confirm this todo

This commit is contained in:
Joey Hess 2024-01-25 13:25:15 -04:00
parent 2a56476ca5
commit 3a20208ce1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -11,3 +11,5 @@ To traverse the whole history and get the list of changes, could use `git
log --raw`. That is reasonably performant but then it needs to feed every
sha into cat-file to find the annex objects, which would probably take a
while. Alternatively perhaps git log --diff and parsing might be faster.
[[!tag confirmed]]