Skip to content

Commit 64799aa

Browse files
committed
sync up with opts
1 parent 0bc3443 commit 64799aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/clojure/clojure/tools/gitlibs.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@
7575

7676
(defn tags
7777
"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)))
8280

8381
(comment
8482
(System/setProperty "clojure.gitlibs.debug" "true")
@@ -94,5 +92,5 @@
9492
@(future (procure "https://github.com/cognitect-labs/test-runner.git" 'cognitect-labs/test-runner "cb96e80f6f3d3b307c59cbeb49bb0dcb3a2a780b"))
9593
@(future (procure "https://github.com/cognitect-labs/test-runner.git" 'cognitect-labs/test-runner "9e1098965f2089c8cf492d23c0b7520f8690440a")))
9694

97-
(tags "https://github.com/clojure/tools.gitlibs.git" {:print-commands true})
95+
(tags "https://github.com/clojure/tools.gitlibs.git")
9896
)

0 commit comments

Comments
 (0)