retitle; known bug

This commit is contained in:
Joey Hess 2017-11-09 12:00:11 -04:00
parent 1d93137905
commit 85b912377b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 14 additions and 0 deletions

View file

@ -19,3 +19,5 @@ The only way to rectify this I can find is `git checkout` - but that means I hav
### What version of git-annex are you using? On what operating system? ### What version of git-annex are you using? On what operating system?
git-annex version: 6.20171026-gd451d333d (standalone binary) on Debian stretch. git-annex version: 6.20171026-gd451d333d (standalone binary) on Debian stretch.
[[!meta title="v6 get/drop make git think files are changed"]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-11-09T15:56:41Z"
content="""
This is one of the primary known problems with v6 mode. On the page
[[todo/smudge]] that collects all such issues, it's the second item.
Basically, when git-annex gets/drops the content of the file, it
updates the work tree file, and so git thinks the file has changed.
Currently the best way to deal with it is to run `git add` on the file.
"""]]

View file

@ -21,6 +21,7 @@ extra-deps:
- bloomfilter-2.0.1.0 - bloomfilter-2.0.1.0
- torrent-10000.1.1 - torrent-10000.1.1
- yesod-default-1.2.0 - yesod-default-1.2.0
- optparse-applicative-0.14.0.0
explicit-setup-deps: explicit-setup-deps:
git-annex: true git-annex: true
resolver: lts-9.9 resolver: lts-9.9