aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn
blob: fc4c3ed0371066618cb546d48113a9ce112da13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
```

Edit: I should add that this repo is untrusted. Doing sync on it just ends up pulling from remotes, not pushing anywhere:

```
λ git annex sync
commit  (recording state in git...)
ok
pull origin
ok
pull github
ok
```

How would I check if this is a problem with my installation or a bug in git annex?