We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b922eff commit 840bdddCopy full SHA for 840bddd
src/datomic/codeq/git.clj
@@ -46,7 +46,7 @@
46
efficiently skip over SHAs that are keys in the imported-commits map."
47
[^Repository repo
48
imported-commits
49
- & rev-str]
+ rev-str]
50
(let [rev-walk (RevWalk. repo)
51
commit-id
52
(if rev-str
0 commit comments