confirm this todo
authorJoey Hess <joeyh@joeyh.name>
Thu, 25 Jan 2024 17:25:15 +0000 (13:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 25 Jan 2024 17:25:15 +0000 (13:25 -0400)
doc/todo/git-annex-unused_--history.mdwn

index f30aa0de8f67436524637e86eb4e3a6485041958..515754d9c879a1cdfd2ac73113c248abcda97dc6 100644 (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]]