summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-07 13:46:21 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-07 13:46:21 -0500
commit1e4dd3b87be8e06dd0ae1c4b2c250591b615a2e1 (patch)
tree21dae573cc194411593d43afa3025b80b3188891 /etckeeper.conf
parent82cbf4298c6cc347bd33ce4379cc9234cf2bc926 (diff)
* Separate debconf use from the main flow of the script so the commit
stage can use editors etc. Closes: #459547 * Remove the hint about setting -e to get interactive commits, since I don't want to encourage users to do that. (For one thing, it's unlikely to work if a graphical package manager is used..)
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index 4cf5f58..bd07ea7 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -3,9 +3,7 @@
VCS="git"
# Options passed to git commit when run by etckeeper.
-# You could for exemple use "-e" if you want to edit all commit messages
-# before committing.
-#GIT_COMMIT_OPTIONS="-e"
+#GIT_COMMIT_OPTIONS=""
# Options passed to hg commit when run by etckeeper.
#HG_COMMIT_OPTIONS=""