summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-07 13:50:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-07 13:53:19 +0200
commit9326a83d1f9a28270ec7326f6794871fc511c176 (patch)
tree01d0d19867d971aa0156f19fa925955197a171f6 /imagrc.toml
parentda92a54088dc014875377be4c2e8929722d2edd2 (diff)
Add changes to index before committing, if config enabled it
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index a2b83804..0e441220 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -133,6 +133,14 @@ try_checkout_ensure_branch = true
# by the other git hooks.
enabled = true
+# Do a git-add on all files that are not in the index yet, before committing.
+# This must be turned on, as we do not support adding with "Update" hooks and
+# only committing with the "Drop" hook, yet.
+# So, effectively, disabling this will disable committing.
+#
+# If not set: false
+add_wt_changes = true
+
# Whether to do the commit interactively
interactive = false