summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-20 09:08:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-20 09:08:59 +0200
commitba1df8bb4870fea69161d75d1c9082cd3cffd635 (patch)
tree204b34623b477247742f35fa931e135619977518 /imagrc.toml
parente1177717ee84ce4e21628dbd156a2977597dc89f (diff)
Remove unused config sections
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/imagrc.toml b/imagrc.toml
index de8d39ba..6e6463d4 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -38,34 +38,6 @@ mutable_hooks = false
[store.hooks.stdhook_debug]
aspect = "debug"
-[store.hooks.stdhook_git_create]
-aspect = "vcs"
-
-# Fail if the repository cannot be opened. If this is set to `false`, the error
-# will be printed, but will not abort the store operation. `true` will print the
-# error and abort the store action.
-abort_on_repo_init_failure = true
-
-# Ensure to be on this branche before doing anything.
-ensure_branch = "refs/heads/master"
-
-# Try to checkout the ensure_branch if it isn't checked out
-try_checkout_ensure_branch = true
-
-[store.hooks.stdhook_git_retrieve]
-aspect = "vcs"
-
-# Fail if the repository cannot be opened. If this is set to `false`, the error
-# will be printed, but will not abort the store operation. `true` will print the
-# error and abort the store action.
-abort_on_repo_init_failure = true
-
-# Ensure to be on this branche before doing anything.
-ensure_branch = "refs/heads/master"
-
-# Try to checkout the ensure_branch if it isn't checked out
-try_checkout_ensure_branch = true
-
[store.hooks.stdhook_git_update]
aspect = "vcs"