aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-07-10 21:52:43 -0400
committerJoey Hess <joey@kitenet.net>2013-07-10 21:52:49 -0400
commit946af13ae60da6a8688e66bbe17dd1a012e5d747 (patch)
tree8b9bf923bb226c0a6a3a770d38ab71d1c6b1ae9b /debian
parentb162563dc1c6126953e66cdcc508f389b9d39d8e (diff)
downloadikiwiki-946af13ae60da6a8688e66bbe17dd1a012e5d747.tar
ikiwiki-946af13ae60da6a8688e66bbe17dd1a012e5d747.tar.gz
Pass --no-edit when used with git 1.7.8 and newer.
Not sure if this is needed to avoid it trying to run an editor. Probably there is never a controlling terminal and probably git notices and does nothing. But I'm just copying what I have in git-annex assistant here. (Although with a much worse git version comparion, that only really works due to luck.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 22dc3eb47..242460ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ikiwiki (3.20130711) unstable; urgency=low
* Deal with git behavior change in 1.7.2 and newer that broke support
for commits with an empty commit message.
+ * Pass --no-edit when used with git 1.7.8 and newer.
-- Joey Hess <joeyh@debian.org> Wed, 10 Jul 2013 21:49:23 -0400