summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-04-13 13:34:12 +1000
committerJesse Duffield <jessedduffield@gmail.com>2019-04-13 14:38:17 +1000
commitab9fa291a8be2426463a25a545f08816dbc838b0 (patch)
tree80c30114cce8a876a9e00cd1a0e6943dd882bf30 /docs
parentcadc74eeec0840f8259e68364a08bdf6fad2479c (diff)
Add skipHookPrefix to config
allows a user to specify a commit message prefix that will tell lazygit to skip the pre-commit hook. This defaults to WIP. Setting it to the empty string will disable the feature. So if my message goes 'WIP: do the thing' then the pre-commit hook will not run
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index c083fcb50..bfc4b2186 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -21,6 +21,7 @@
merging:
# only applicable to unix users
manualCommit: false
+ skipHookPrefix: WIP
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for