Hi - Is there a way to iterate over all commits in...
# dev
n
Hi - Is there a way to iterate over all commits in a given repository?
b
Commits log should do it
Or list commits from ref manager 🙂
n
Thanks! ListCommits provides what I need without a branch context
a
I think an advantage of iterating over the log is that you get commits in some logical order. Doesn't ListCommits provide them in lexicographical order of digests, which is essentially a random order? You don't need to depend on the order, right?