Added a comment: How to find last available version of a file?
authorrshalaev <rshalaev@web>
Mon, 29 Apr 2024 14:07:40 +0000 (14:07 +0000)
committeradmin <admin@branchable.com>
Mon, 29 Apr 2024 14:07:40 +0000 (14:07 +0000)
doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment [new file with mode: 0644]

diff --git a/doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment b/doc/git-annex-whereis/comment_3_d06a33bfaeb2a9274d12639fdedcfa8a._comment
new file mode 100644 (file)
index 0000000..94bf904
--- /dev/null
@@ -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?
+"""]]