summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-20 14:17:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-20 14:17:57 -0400
commit7ed6a5520cee91fc9ccd6105e938a3dd7b88dca0 (patch)
treec27033b5670cd1db318038055a95239f12a38540 /debian
parent91bd27cad38f58c81bb50dbf7d37cc792937463b (diff)
When init detects that git is not configured to commit, and sets user.email to work around the problem, also make it set user.name.
I was able to reproduce git failing to commit despite user.email being set, in a test account on my laptop. The account had no GECOS information.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 52f20250f..1650a07ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ git-annex (5.20140413) UNRELEASED; urgency=medium
~/.config/git-annex/autostart but no longer has a git repository in it.
* findref: New command, like find but shows files in a specified git ref.
* webapp: Fix UI for removing XMPP connection.
+ * When init detects that git is not configured to commit, and sets
+ user.email to work around the problem, also make it set user.name.
-- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400