From: rshalaev Date: Mon, 29 Apr 2024 14:07:40 +0000 (+0000) Subject: Added a comment: How to find last available version of a file? X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~6^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77065b8569f6e2a983af434760293725ba14a788;p=git-annex.git Added a comment: How to find last available version of a file? --- diff --git a/doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment b/doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment new file mode 100644 index 0000000000..94bf904d4f --- /dev/null +++ b/doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="rshalaev" + avatar="http://cdn.libravatar.org/avatar/d7f181d338cbcef7418faa01f0441e86" + subject="How to find last available version of a file?" + date="2024-04-29T14:07:40Z" + content=""" +Repo that contains the latest/current version of a file is not accessible. Can git annex whereis find the last available version of a file in other repos (or a specific repo)? + +I can looping through commit log and running whereis for each commit until an earlier version of a file is found, but perhaps there is a better way to do it with a single command? +"""]]