mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 00:26:24 -04:00
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 |
||
|---|---|---|
| .. | ||
| branch.go | ||
| commit.go | ||
| commit_file.go | ||
| dummies.go | ||
| errors.go | ||
| exec_live_default.go | ||
| exec_live_win.go | ||
| file.go | ||
| git.go | ||
| git_structs.go | ||
| git_test.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| pull_request.go | ||
| pull_request_test.go | ||
| stash_entry.go | ||