summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 7aebc22d..17f3fd7c 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -338,3 +338,10 @@ Address : {{ADR}}
logs = ["default"]
default = "default"
+[git]
+# Configuration for imag-git
+#
+# if this variable is _false_, imag-git will run git in $IMAG_RTP.
+# if this variable is _true_, imag-git will run git in $IMAG_RTP/store
+execute_in_store = false
+