diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-18 16:27:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-18 16:27:17 -0400 |
commit | 7e1e8a26399b5c4a7904adf708d252515181543b (patch) | |
tree | 5323137f4de6fd336940fb693117996bbc2fc846 /debian | |
parent | e9a4ccc115776f5c30857438eb8ece1c5a02d7ec (diff) |
assistant: Work around misfeature in git 1.8.2 that makes `git commit --alow-empty -m ""` run an editor.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 61a0d3b5c..8b9cccd15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. |