From db29610247cdf0ced4df962ec95e3dc28bf562d3 Mon Sep 17 00:00:00 2001 From: "lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245" Date: Wed, 11 Mar 2020 14:22:19 +0000 Subject: [PATCH] --- doc/forum/File_history.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/File_history.mdwn diff --git a/doc/forum/File_history.mdwn b/doc/forum/File_history.mdwn new file mode 100644 index 0000000000..bc172dbca3 --- /dev/null +++ b/doc/forum/File_history.mdwn @@ -0,0 +1,9 @@ +I'm having some trouble getting an understanding and visibility into the content history of the files managed by my git annex repository. + +`git log` shows changes to the files, but these changes are essentially just symlink changes. +`git log -p` reveals these changes as symlink changes under `.git/annex`. + +What I want is: +1. Of a file, to see the changes to that file's content that have happened over time. +2. Of a file, to be able to revert it to an older version of that file's content. +3. Of a file, to get visibility into what versions of that file's content are available on what remotes. -- 2.30.2