summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
index f1438ab..11344e1 100644
--- a/etckeeper.conf
+++ b/etckeeper.conf
@@ -2,6 +2,7 @@
# VCS="hg"
VCS="git"
# VCS="bzr"
+# VCS="darcs"
# Options passed to git commit when run by etckeeper.
#GIT_COMMIT_OPTIONS=""
@@ -12,6 +13,9 @@ VCS="git"
# Options passed to bzr commit when run by etckeeper.
#BZR_COMMIT_OPTIONS=""
+# Options passed to darcs commit when run by etckeeper.
+#DARCS_COMMIT_OPTIONS=""
+
# Uncomment to avoid etckeeper committing existing changes to
# /etc before installation. It will cancel the installation,
# so you can commit the changes by hand.