summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-10-20 14:02:21 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-10-20 14:02:21 -0400
commit004a68e5c5ba6c4d89a8e3d7c1b767e2668841f0 (patch)
tree09fffa1ea608424b560c8691e4c878dcb56db9e1 /debian
parent739337c857303388ac11d66d15323286393dd981 (diff)
Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting the user to configure it in .gitconfig. Closes: #599749
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 9578431..f800d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ etckeeper (0.50) UNRELEASED; urgency=low
* Ignore /etc/.initctl. Closes: #598121
* Do not warn about special files or hardlinks if they are ignored by
git. Fixes #549354 for git, but not for other VCSs.
+ * Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting
+ the user to configure it in .gitconfig. Closes: #599749
-- Joey Hess <joeyh@debian.org> Wed, 22 Sep 2010 17:45:57 -0400