diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-22 13:57:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-22 13:57:07 -0400 |
commit | bc684aaac8572aaaa322ccb49a076bcf6d8faf1a (patch) | |
tree | 92ff749fef920aeefaf321023bd9fe10e273b9f2 /debian | |
parent | 274630ac8460425a291ae122f0d5b390a87e5534 (diff) |
Fix bug that caused typechanged symlinks to be assumed to be unlocked files, so they were added to the annex by the pre-commit hook.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 120dc69dc..a2317ff9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ git-annex (4.20130816) UNRELEASED; urgency=low * Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.) * Better error message when trying to use a git remote that has annex.ignore set. + * Fix bug that caused typechanged symlinks to be assumed to be unlocked + files, so they were added to the annex by the pre-commit hook. -- Joey Hess <joeyh@debian.org> Thu, 15 Aug 2013 15:47:52 +0200 |