summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-08 17:09:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-09 16:34:19 +0200
commit17805a0f1ed63fad8e8d53a58a11986aace624e1 (patch)
tree164f4c9d3b99ee1663e88884202dc20ceeda2b25 /imagrc.toml
parent05d38bdf4920c46fd86278761a2ff27d6d8b781b (diff)
Add default settings for committing in the update hook
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 69142ce2..ac323962 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -94,3 +94,17 @@ ensure_branch = "master"
# Try to checkout the ensure_branch if it isn't checked out
try_checkout_ensure_branch = true
+# Commit configuration
+[store.hooks.stdhook_git_update.commit]
+
+# Whether to do the commit interactively
+interactive = false
+
+# Set to true to use the $EDITOR for the commit, to false to do on commandline
+# When committing without editor, only a single line is allowed as commit
+# message
+interactive_editor = false
+
+# Commit message if the commit is not interactive
+message = "Update"
+