another v7 oddity?
This commit is contained in:
parent
fbd0c57e8a
commit
0155639f2e
1 changed files with 20 additions and 0 deletions
20
doc/forum/why_are_all_those_files_modified.mdwn
Normal file
20
doc/forum/why_are_all_those_files_modified.mdwn
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Following up on [[todo/clarify_that_v7_applies_to_all_clones]], the
|
||||||
|
next step was to fetch all content from the central, still v5
|
||||||
|
repository, which worked fine.
|
||||||
|
|
||||||
|
But weirdly, some files showed up as modified:
|
||||||
|
|
||||||
|
$ git annex get
|
||||||
|
[...]
|
||||||
|
$ git status
|
||||||
|
## master...origin/master
|
||||||
|
M calendrier/photos/DSCF0879.jpg
|
||||||
|
M calendrier/photos/DSCF1191.jpg
|
||||||
|
|
||||||
|
Strangely, git doesn't see which changes are present here:
|
||||||
|
|
||||||
|
$ git diff
|
||||||
|
[... takes some time, but no output ...]
|
||||||
|
$
|
||||||
|
|
||||||
|
Workaround: `git checkout .` - but I don't understand why that is happening in the first place... Is that a bug? -- [[anarcat]]
|
Loading…
Add table
Add a link
Reference in a new issue