Skip to content

Commit 840bddd

Browse files
committed
fix: error in param list for datomic.codeq.git/walk-all-commits
1 parent b922eff commit 840bddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datomic/codeq/git.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
efficiently skip over SHAs that are keys in the imported-commits map."
4747
[^Repository repo
4848
imported-commits
49-
& rev-str]
49+
rev-str]
5050
(let [rev-walk (RevWalk. repo)
5151
commit-id
5252
(if rev-str

0 commit comments

Comments
 (0)