mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Upgraded to clj-jgit 1.0.0; not yet working.
This commit is contained in:
parent
9f78718009
commit
ea52054785
2 changed files with 11 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
:url "https://github.com/simon-brooke/smeagol"
|
||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
:dependencies [[clj-jgit "0.8.10"]
|
||||
:dependencies [[clj-jgit "1.0.0"]
|
||||
[clj-yaml "0.4.0"]
|
||||
[clojure.java-time "0.3.2"]
|
||||
[com.cemerick/url "0.1.1"]
|
||||
|
|
|
|||
|
|
@ -6,11 +6,17 @@
|
|||
[clj-jgit.querying :as q]
|
||||
[taoensso.timbre :as log])
|
||||
(:import [org.eclipse.jgit.api Git]
|
||||
[org.eclipse.jgit.lib Repository ObjectId]
|
||||
[org.eclipse.jgit.revwalk RevCommit RevTree RevWalk]
|
||||
[org.eclipse.jgit.treewalk TreeWalk AbstractTreeIterator CanonicalTreeParser]
|
||||
[org.eclipse.jgit.lib
|
||||
;; Repository
|
||||
ObjectId]
|
||||
;; [org.eclipse.jgit.revwalk RevCommit RevTree RevWalk]
|
||||
[org.eclipse.jgit.treewalk TreeWalk
|
||||
;; AbstractTreeIterator
|
||||
CanonicalTreeParser]
|
||||
[org.eclipse.jgit.treewalk.filter PathFilter]
|
||||
[org.eclipse.jgit.diff DiffEntry DiffFormatter]))
|
||||
[org.eclipse.jgit.diff
|
||||
;; DiffEntry
|
||||
DiffFormatter]))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue