diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-08 12:45:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-08 12:45:32 -0400 |
commit | 6b4fc5e985ed96e14ebc89e67b373dd66c857bc5 (patch) | |
tree | ae3df8f2b4f5bee6bc41b0b339e1277601044815 /debian | |
parent | dc70490577892424bffe1f87b73a54adff6fb988 (diff) |
view: Avoid using cute unicode homomorphs for '/' and '\' and instead use ugly escaping, as the unicode method doesn't work on non-unicode supporting systems.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6ad211996..8c7258ccb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ git-annex (6.20151219) UNRELEASED; urgency=medium * fix: Adjusts unlocked files as configured by annex.thin. * persistent-sqlite is now a hard build dependency, since v6 repository mode needs it. + * 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 @@ -47,6 +48,9 @@ git-annex (6.20151219) UNRELEASED; urgency=medium * rekey: No longer copies over urls from the old to the new key. It makes sense for migrate to do that, but not for this low-level (and little used) plumbing command to. + * view: Avoid using cute unicode homomorphs for '/' and '\' and instead + use ugly escaping, as the unicode method doesn't work on non-unicode + supporting systems. -- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 13:31:17 -0400 |