projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a56476
)
confirm this todo
author
Joey Hess
<joeyh@joeyh.name>
Thu, 25 Jan 2024 17:25:15 +0000
(13:25 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 25 Jan 2024 17:25:15 +0000
(13:25 -0400)
doc/todo/git-annex-unused_--history.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/git-annex-unused_--history.mdwn
b/doc/todo/git-annex-unused_--history.mdwn
index f30aa0de8f67436524637e86eb4e3a6485041958..515754d9c879a1cdfd2ac73113c248abcda97dc6 100644
(file)
--- a/
doc/todo/git-annex-unused_--history.mdwn
+++ b/
doc/todo/git-annex-unused_--history.mdwn
@@
-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]]