diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-02 10:53:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-02 10:53:24 -0400 |
commit | ef2feac946c7b61f29486a5554e0d5e8a4a5b4e7 (patch) | |
tree | 59ef658566c544caa7b6463b59c19ef8f1c94b28 /debian | |
parent | 6e795acaa5735491080c8bd77fbc67b921871a96 (diff) |
Fix bug that sometimes prevented git-annex smudge --clean from consuming all its input, which resulted in git add bypassing git-annex.
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 d4c586bac..22ff0c5ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ git-annex (6.20160420) UNRELEASED; urgency=medium + * Fix bug that sometimes prevented git-annex smudge --clean from consuming + all its input, which resulted in git add bypassing git-annex. * Fix build with directory-1.2.6.2. -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 |