blob: 450a5f5672935f067c067dec15af75d9b8a59fed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "git" "20140128.1041"
"An Elisp API for programmatically using Git."
'((s "1.7.0")
(dash "2.2.0")
(f "0.10.0"))
:url "http://github.com/rejeep/git.el"
:commit "8b7f1477ef367b5b7de452589dd9a8ab30150d0a"
:revdesc "8b7f1477ef36"
:keywords '("git")
:authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainers '(("Johan Andersson" . "johan.rejeep@gmail.com")))
|