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

2701 Commits

Author SHA1 Message Date
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
b8fc829f86 Record current directory on switch 2022-03-17 19:01:28 +11:00
7be25a105d allow skipping confirmation prompt after opening subprocess 2022-03-17 17:52:31 +11:00
ca8180e1b7 Use editFileAtLine method for line by line panel 2022-03-16 20:43:53 +11:00
f5a5b7f966 Add unstagedChangesColor config option 2022-03-16 19:21:39 +11:00
9adf4a1908 Add shared function for loading map of custom colors 2022-02-01 18:55:45 +11:00
4df7646654 Add configurable colors for branch prefixes
Branches can now be colored based on their prefix, if it matches
a user defined prefix in the config file. If no user defined
prefix matches, then it will fallback to the defaults: green for
'feature', yellow for 'bugfix', and red for 'hotfix'. All
remaining branches will be set to the default text color.
2022-02-01 18:55:45 +11:00
1b09674ce8 simplify submodule remove 2022-01-29 00:17:32 +11:00
d13a648132 ensure stash panel refreshes 2022-01-28 20:07:30 +11:00
84a1992055 better locking of merge panel state 2022-01-27 21:25:04 +11:00
fa2e7ae1e7 show only merge conflict files when there are merge conflicts 2022-01-26 20:28:32 +11:00
5a3f81d1f7 select current bisect commit even if bisect was started on another branch 2022-01-26 19:29:17 +11:00
ebbdf829e7 fix panic on rebase 2022-01-26 17:20:58 +11:00
5e9cfab283 better rendering of bisect markets in commits panel 2022-01-26 16:52:20 +11:00
ca7cfc3232 only show commits from start ref if bad commit is reachable from there 2022-01-26 16:52:20 +11:00
c8cc18920f improve merge conflict flow 2022-01-26 14:50:47 +11:00
eb57e3ead0 Fixed the issue with linting 2022-01-26 09:04:12 +11:00
0caa391c4d Changes as per review 2022-01-26 09:04:12 +11:00
0c6bdac2f7 Changes as per review 2022-01-26 09:04:12 +11:00
257e222f8d ISSUE 1706: Ask confirmation before reverting a commit 2022-01-26 09:04:12 +11:00
58bdcbf1dd always refresh after stash action 2022-01-24 19:18:09 +11:00
61ccc1efd2 exclude interactive rebase TODO commits from commit graph 2022-01-22 15:12:24 +11:00
5b7dd9e43c properly resolve cyclic dependency 2022-01-22 10:48:51 +11:00
4ab5e54139 add support for git bisect 2022-01-22 10:48:51 +11:00
ab84410b41 check returned error (if any) from UpdateWindowTitle 2022-01-21 23:13:39 +11:00