summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-05 12:24:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-05 12:24:28 -0400
commitfdd1a7beea7fca2e7ec253a943e414555af85dca (patch)
treeec9abf8f2f82cd75839ce51d03bba45f86518065 /debian
parent3a069e678f7eaff6bef9ca983ec81e955f606d66 (diff)
detect system with no dot in FQDN, where git commit will fail, and workaround
Sigh, git is so *fragile*. Or rather, across the set of systems that use git-annex, where are no many horribly broken systems..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 57f777758..d9eac61a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ git-annex (4.20130628) UNRELEASED; urgency=low
automatically update its working copy when git annex sync or the assistant
sync with it.
* webapp: Fix ssh setup with nonstandard port, broken in last release.
+ * init: Detect systems on which git commit fails due to not being able to
+ determine the FQDN, and put in a workaround so committing to the git-annex
+ branch works.
-- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400