From f37a796a5628d4d20817a6f97a0ac039b81c0b59 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 11 Mar 2021 16:50:41 +0000 Subject: [PATCH] clarified that git-annex-log shows log only for the current key (contents) at specified paths --- doc/git-annex-log.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/git-annex-log.mdwn b/doc/git-annex-log.mdwn index 1c65e45480..486b9853fa 100644 --- a/doc/git-annex-log.mdwn +++ b/doc/git-annex-log.mdwn @@ -10,6 +10,8 @@ git annex log `[path ...]` Displays the location log for the specified file or files, 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