summaryrefslogtreecommitdiff
path: root/etckeeper.conf
diff options
context:
space:
mode:
authorRémi Vanicat <vanicat@debian.org>2007-11-13 20:08:32 +0100
committerJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:25:40 -0500
commit146c72298aea05c64df89d40f01c6136f70d3fda (patch)
tree0246e7dff8a0387db6e8fc6ebd26d07f24ac37f7 /etckeeper.conf
parent9346843fa6da3b598fc970238ff2b3a374bd80cd (diff)
Render option to git commit configurable
When etckeeper commit something it use a default message that can be configured, but not easily edited on a case by case basis. To make this possible, and to give other way to customize commit, I add a configuration file that contain for now only one option: GIT_COMMIT_OPTION that can contain option given to git commit when run by etckeeper
Diffstat (limited to 'etckeeper.conf')
-rw-r--r--etckeeper.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etckeeper.conf b/etckeeper.conf
new file mode 100644
index 0000000..6941e10
--- /dev/null
+++ b/etckeeper.conf
@@ -0,0 +1,5 @@
+# GIT_COMMIT_OPTION : option given to git commit when run by etckeeper
+# you could for exemple use GIT_COMMIT_OPTION="-e" if you want to edit
+# all commit message before commiting
+
+# GIT_COMMIT_OPTION=""