assistant: Work around misfeature in git 1.8.2 that makes git commit --alow-empty -m "" run an editor.

See http://git-annex.branchable.com/bugs/assistant_hangs_during_commit/
This commit is contained in:
Joey Hess 2013-04-18 16:27:17 -04:00
parent 1f430a9a43
commit 090a69f00c
2 changed files with 15 additions and 4 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (4.20130418) UNRELEASED; urgency=low
* assistant: Work around misfeature in git 1.8.2 that makes
`git commit --alow-empty -m ""` run an editor.
-- Joey Hess <joeyh@debian.org> Thu, 18 Apr 2013 16:22:48 -0400
git-annex (4.20130417) unstable; urgency=low
* initremote: Generates encryption keys with high quality entropy.