1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/pkg/commands
Jesse Duffield 0d3a193ab5 Add 'w' keybinding in files panel to commit as a WIP
If your git.skipHookPrefix is set to, say, WIP, in your config, then
hitting 'w' in the files panel will bring up the commit message panel
with 'WIP' pre-filled, so you just need to hit enter to confirm
(or add some more to the message) in order to commit your changes
with the --no-verify flag, meaning the pre-commit hook will be skipped
2019-04-13 14:38:17 +10:00
..
branch.go consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00
commit_file.go minor cleanup 2019-03-16 10:20:27 +11:00
commit.go fixed some #397 2019-04-06 13:02:20 +11:00
dummies.go fix up tests 2019-03-02 13:39:09 +11:00
errors.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
exec_live_default.go fix git tests 2019-02-16 11:24:47 +11:00
exec_live_win.go pkg: Fix typo 2019-01-16 18:06:11 +11:00
file.go distinguish between inline and non-inline merge conflicts 2019-03-03 15:58:01 +11:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
git.go Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
os_default_platform.go windows support for skipping the editor 2019-03-03 12:44:10 +11:00
os_test.go fix up tests 2019-03-02 13:39:09 +11:00
os_windows.go refactor: move fallback to platform struct 2018-09-10 10:31:15 +02:00
os.go support custom commands 2019-04-07 17:15:01 +10:00
pull_request_test.go Update bitbucket pull request url. 2019-03-16 11:58:26 +11:00
pull_request.go Update bitbucket pull request url. 2019-03-16 11:58:26 +11:00
stash_entry.go consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00