1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/pkg
Jesse Duffield ab9fa291a8 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
2019-04-13 14:38:17 +10:00
..
app prompt user to git init when outside a repo 2019-03-16 11:38:16 +11:00
commands Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
config Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
git fixed some #397 2019-04-06 13:02:20 +11:00
gui Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
i18n Always include atleast 2 commits when doing squash and fixup 2019-04-10 17:17:31 +10:00
test fix up tests 2019-03-02 13:39:09 +11:00
updates use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
utils mouse support 2019-03-02 17:49:30 +11:00