summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-12 17:16:42 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-12 17:17:07 -0500
commitb7415cf4c6d20cc6d7164caafc201933fe8ffd29 (patch)
treeb0d8a99779d4f31ceee238c32a231ddb77f9ce0e /etckeeper.conf
parentbf4a93ca53cb2bd463ad553d13f4e988e26fe35f (diff)
darcs cleanup
* Changed darcs to specify --author instead of noting the committing user inside the commit log. * Add -a to DARCS_COMMIT_OPTIONS so commits are noninteractive by default, but users who want darcs prompting can disable it. * Use darcs record -m to specify commit message, instead of using a logfile.
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index ef8309c..be8934d 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -5,16 +5,16 @@ VCS="git"
#VCS="darcs"
# Options passed to git commit when run by etckeeper.
-#GIT_COMMIT_OPTIONS=""
+GIT_COMMIT_OPTIONS=""
# Options passed to hg commit when run by etckeeper.
-#HG_COMMIT_OPTIONS=""
+HG_COMMIT_OPTIONS=""
# Options passed to bzr commit when run by etckeeper.
-#BZR_COMMIT_OPTIONS=""
+BZR_COMMIT_OPTIONS=""
-# Options passed to darcs commit when run by etckeeper.
-#DARCS_COMMIT_OPTIONS=""
+# Options passed to darcs record when run by etckeeper.
+DARCS_COMMIT_OPTIONS="-a"
# Uncomment to avoid etckeeper committing existing changes
# to /etc automatically once per day.