clarified that git-annex-log shows log only for the current key (contents) at specified paths

This commit is contained in:
Ilya_Shlyakhter 2021-03-11 16:50:41 +00:00 committed by admin
parent fe74264d35
commit f37a796a56

View file

@ -10,6 +10,8 @@ git annex log `[path ...]`
Displays the location log for the specified file or files, Displays the location log for the specified file or files,
showing each repository they were added to ("+") and removed from ("-"). showing each repository they were added to ("+") and removed from ("-").
Note that the location log is for the particular file contents currently at these paths,
not for any different content that was there in earlier commits.
# OPTIONS # OPTIONS