diff options
author | aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50 <aloukian@web> | 2015-11-04 23:25:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-11-04 23:25:21 +0000 |
commit | 036dcc57dc90f609b23ef36bb7b75d7ba8347cda (patch) | |
tree | 1263b298c33d2275d47adc5b8e574f75a508bd59 | |
parent | cbb82636d30ff6bb0768462c6bb33eccf8ca09c0 (diff) |
-rw-r--r-- | doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn new file mode 100644 index 000000000..2207c4cd7 --- /dev/null +++ b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn @@ -0,0 +1,21 @@ +Hi, + +Whenever I sync files with windows, it shows the every binary file as modified. I've just cloned "fresh" repo from a linux host and ```git annex get```ed the 15-11-03 folder. +Running git annex status 15-11-03 shows + +``` +M ..\15-11-03/ADL Update 11-03-15.pptx +M ..\15-11-03/Gaming-Rage-Face.jpg +M ..\15-11-03/eluted-absorption-spectra.png +M ..\15-11-03/elution.png +M ..\15-11-03/prep-diagram.png +M ..\15-11-03/rc-elution-01 (2015 Nov 03).csv +M ..\15-11-03/rc-elution-02 (2015 Nov 03).csv +M ..\15-11-03/rc-elution-03 (2015 Nov 03).csv +M ..\15-11-03/rc-prep-01.h5 +M ..\15-11-03/rc-test-1 (2015 Nov 03).csv +M ..\15-11-03/rc-test-2 (2015 Nov 03).csv +M ..\15-11-03/wash-absorption.png +``` + +How would I check if this is a problem with my installation or a bug in git annex? |