File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/clojure/clojure/tools Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 75
75
76
76
(defn tags
77
77
" Returns coll of tags in git url"
78
- ([url]
79
- (tags url nil ))
80
- ([url opts]
81
- (impl/tags (impl/ensure-git-dir url opts) opts)))
78
+ [url]
79
+ (impl/tags (impl/ensure-git-dir url)))
82
80
83
81
(comment
84
82
(System/setProperty " clojure.gitlibs.debug" " true" )
94
92
@(future (procure " https://github.com/cognitect-labs/test-runner.git" 'cognitect-labs/test-runner " cb96e80f6f3d3b307c59cbeb49bb0dcb3a2a780b" ))
95
93
@(future (procure " https://github.com/cognitect-labs/test-runner.git" 'cognitect-labs/test-runner " 9e1098965f2089c8cf492d23c0b7520f8690440a" )))
96
94
97
- (tags " https://github.com/clojure/tools.gitlibs.git" { :print-commands true } )
95
+ (tags " https://github.com/clojure/tools.gitlibs.git" )
98
96
)
You can’t perform that action at this time.
0 commit comments