diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-19 13:36:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-19 13:36:40 -0400 |
commit | fb4be5f9b2d5794cb45f8c335ae8de5700947241 (patch) | |
tree | 86c0c5caff039a32404df29260783ba4c4119258 /debian | |
parent | ff32fb971708f5351c8c23a8fd1e0d59f48fe894 (diff) |
status: On crippled filesystems, was displaying M for all annexed files that were present. Probably caused by a change to what git status displays in this situation. Fixed by treating files git thinks are modified the same as typechanged files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 728e80141..99837e864 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +git-annex (5.20151219) UNRELEASED; urgency=medium + + * status: On crippled filesystems, was displaying M for all annexed files + that were present. Probably caused by a change to what git status + displays in this situation. Fixed by treating files git thinks are + modified the same as typechanged files. + + -- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 13:31:17 -0400 + git-annex (5.20151218) unstable; urgency=medium * Add S3 features to git-annex version output. |