From: Joey Hess Date: Thu, 25 Jan 2024 17:25:15 +0000 (-0400) Subject: confirm this todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a20208ce1c32d6d2be9e0eb27916372ba4a5722;p=git-annex.git confirm this todo --- diff --git a/doc/todo/git-annex-unused_--history.mdwn b/doc/todo/git-annex-unused_--history.mdwn index f30aa0de8f..515754d9c8 100644 --- 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]]