1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00
Commit Graph

323 Commits

Author SHA1 Message Date
ef7c4c9ca9 refactor custom commands
more custom command refactoring
2022-03-17 19:13:40 +11:00
46e9946854 refactor credential handling 2022-03-17 19:13:40 +11:00
d991d74b06 add commit message controller 2022-03-17 19:13:40 +11:00
ecaff7fc6c add commit files controller 2022-03-17 19:13:40 +11:00
c685a413c9 stash controller 2022-03-17 19:13:40 +11:00
a643957f89 include stash in commitish controller 2022-03-17 19:13:40 +11:00
e842d1bc9e move git flow 2022-03-17 19:13:40 +11:00
1253100431 cleanup 2022-03-17 19:13:40 +11:00
eab00de273 reflog controller 2022-03-17 19:13:40 +11:00
371b8d638b more consistent naming 2022-03-17 19:13:40 +11:00
3188526ecb fix cheatsheet crash 2022-03-17 19:13:40 +11:00
722410aded refactor controllers 2022-03-17 19:13:40 +11:00
b93b8cc00a controller for viewing sub commits 2022-03-17 19:13:40 +11:00
145c69d9ae working again 2022-03-17 19:13:40 +11:00
482bdc4f1e more refactoring 2022-03-17 19:13:40 +11:00
8e3484d8e9 add global controller 2022-03-17 19:13:40 +11:00
226985bf76 refactor keybindings 2022-03-17 19:13:40 +11:00
2a1e3faa0c resetting controllers on new repo 2022-03-17 19:13:40 +11:00
c703cd8f88 fix suggestions panel 2022-03-17 19:13:40 +11:00
0a8cff6ab6 some more refactoring 2022-03-17 19:13:40 +11:00
09dc160da9 cleaning up 2022-03-17 19:13:40 +11:00
e187293456 moving more into controllers package 2022-03-17 19:13:40 +11:00
e363606fb6 move context keys into context package 2022-03-17 19:13:40 +11:00
138be04e65 refactor contexts code 2022-03-17 19:13:40 +11:00
a2318d75b5 fix some things 2022-03-17 19:13:40 +11:00
1dd7307fde start moving commit panel handlers into controller
more

and more

move rebase commit refreshing into existing abstraction

and more

and more

WIP

and more

handling clicks

properly fix merge conflicts

update cheatsheet

lots more preparation to start moving things into controllers

WIP

better typing

expand on remotes controller

moving more code into controllers
2022-03-17 19:13:40 +11:00
a90b6efded start refactoring gui 2022-03-17 19:13:40 +11:00
1b09674ce8 simplify submodule remove 2022-01-29 00:17:32 +11:00
c8cc18920f improve merge conflict flow 2022-01-26 14:50:47 +11:00
4ab5e54139 add support for git bisect 2022-01-22 10:48:51 +11:00
0dfd02c42d allow rewording old commits 2022-01-09 14:14:47 +11:00
f503ff1ecb start breaking up git struct 2022-01-09 14:09:53 +11:00
01ea5813a8 align Gui struct with GitCommand 2022-01-04 09:07:15 +11:00
f89747451a allow opening a commit in the browser 2021-12-29 09:01:06 +11:00
f7ffbbd72a Add a menu entry and keybinding to { for decreasing the context size 2021-12-06 22:37:28 +11:00
0fbde05928 Add a menu item and keybinding to } to increase the context size 2021-12-06 22:37:28 +11:00
ccd80a0e4b add menu options for log stuff 2021-11-05 07:58:21 +11:00
37be9dbea1 support scrolling left and right 2021-11-05 07:58:21 +11:00
5df0475612 Add variable to simplify JumpToBlock keybinding
This removes the magic '5' and instead uses the number of windows.
2021-10-22 22:38:26 +11:00
f6e316dfe5 Improve JumpToBlock keybinding functionality
Improve experience when yaml file has != 5 keybindings and change view
helper to use the length of the array instead of hardcoded value.
2021-10-22 22:38:26 +11:00
91e8765d9c Add JumpToBlock keybinding
This should allow users to decide their own keybinding for jumping
between blocks/panels.
E.g. A user could choose 5-9 instead of 1-5.
2021-10-22 22:38:26 +11:00
87e9d9bdc2 minor changes 2021-10-16 21:18:43 +11:00
b6454755ca copy selected text to clipboard 2021-10-16 21:18:43 +11:00
df4eb70ba2 Fix translations 2021-08-25 22:23:55 +10:00
a0e7604f61 Support git config merge.conflictStyle diff3 2021-08-25 22:23:55 +10:00
2dc6f5f079 Implement state filtering for commit files 2021-08-25 20:13:50 +10:00
4f66093335 introduce edit command template to open a specifig line of a file 2021-08-03 21:42:14 +09:00
bccf203a18 Fix menu item color 2021-07-27 21:30:08 +10:00
b590397dce Update docs 2021-07-27 21:30:08 +10:00
0e6598adbd Implement pull request options menu 2021-07-27 21:30:08 +10:00