1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00
Commit Graph

4221 Commits

Author SHA1 Message Date
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
8a555dd62e refactor 2022-03-17 19:13:40 +11:00
bef26b9634 add common commit controller 2022-03-17 19:13:40 +11:00
574c5ca0de add subcommits controller 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
55af07a1bb fix CI 2022-03-17 19:13:40 +11:00
33a223e981 remove dead code 2022-03-17 19:13:40 +11:00
943a8e83da ensure we retain state when returning to submodule parent 2022-03-17 19:13:40 +11:00
94d66b267d defend against view not yet having a context defined against it 2022-03-17 19:13:40 +11:00
41527270ed appease linter 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
cd31a762b9 rename OSCommand field to os 2022-03-17 19:13:40 +11:00
d82f175e79 refactor contexts 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
2db4636815 no more indirection 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
e2f5fe1016 pretty sure we can rely on our views existing before our contexts do 2022-03-17 19:13:40 +11:00
182c999ee0 fix linting 2022-03-17 19:13:40 +11:00
b5515da00b move commit files context into new structure 2022-03-17 19:13:40 +11:00
c084abb378 move more view model logic into the files view model 2022-03-17 19:13:40 +11:00
8ea7b7a62e migrate files context to new structure 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
b04038d08f no need to invoke sync controller here 2022-03-17 19:13:40 +11:00
55b393c929 always fast forward 2022-03-17 19:13:40 +11:00
f0c81ea6dc remove redundant popup checks 2022-03-17 19:13:40 +11:00
f97de692e3 move helpers into their own struct 2022-03-17 19:13:40 +11:00
2692637fbe standardise naming 2022-03-17 19:13:40 +11:00
77d0732fa8 add actions abstraction 2022-03-17 19:13:40 +11:00
51547e3822 move all refresh code into the one file 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
1a74ed3214 avoid deadlock 2022-03-17 19:13:40 +11:00
cb0d3a480a use type switch instead of type key 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
fa8571e1f4 rename field 2022-03-17 19:01:28 +11:00
d8d0d4686d Only read env once when recording dirs 2022-03-17 19:01:28 +11:00