From d8e8d145e1ee51285beb3f12bbcd559bfe67532b Mon Sep 17 00:00:00 2001 From: jcjgraf Date: Fri, 6 Nov 2020 14:57:52 +0000 Subject: [PATCH] Added a comment --- ..._aadc2c2faa8455614efd6e8427965ece._comment | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/file_not_correctly_added/comment_2_aadc2c2faa8455614efd6e8427965ece._comment diff --git a/doc/bugs/file_not_correctly_added/comment_2_aadc2c2faa8455614efd6e8427965ece._comment b/doc/bugs/file_not_correctly_added/comment_2_aadc2c2faa8455614efd6e8427965ece._comment new file mode 100644 index 0000000000..9746dcd2b5 --- /dev/null +++ b/doc/bugs/file_not_correctly_added/comment_2_aadc2c2faa8455614efd6e8427965ece._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="jcjgraf" + avatar="http://cdn.libravatar.org/avatar/9dda752f83ac44906fefbadb35e8a6ac" + subject="comment 2" + date="2020-11-06T14:57:52Z" + content=""" +Thanks for the reply! + +- `git status` after running `git annex add` simply reports that there is a new file: + +``` +$ git annex add +add test.CR2 ok +(recording state in git...) + +$ git status +On branch master + +No commits yet + +Changes to be committed: + (use \"git rm --cached ...\" to unstage) + new file: test.CR2 +``` + +- The file system is just plain ext4. + +- The behaviour of the standalone build does not differ. + +"""]]