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

238 Commits

Author SHA1 Message Date
26cb209af2 Ignore "i" command if the filename is .gitignore 2020-10-06 21:55:01 +11:00
da3e00823f allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
7b4a0f20b2 add submodules context 2020-10-02 08:09:42 +10:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
8d2af5cc61 move file and submodule 2020-09-29 20:48:49 +10:00
914fb36173 allow entering and returning from submodule 2020-09-29 18:21:59 +10:00
b8da166ab1 support discarding submodule changes 2020-09-29 18:21:59 +10:00
da8eac5538 better interface 2020-09-27 09:49:30 +10:00
14c8b80494 show loading state when amending top commit 2020-09-18 07:58:16 +10:00
250fe740b2 use GetBool instead of casting 2020-08-31 09:22:39 +10:00
70eda031dc implement config option for disabling force pushing 2020-08-31 09:22:39 +10:00
771e87ebeb do not reset cursor unless previous file has moved position 2020-08-24 22:39:01 +00:00
0f7003d939 allow spamming the p key 2020-08-23 11:30:29 +00:00
364bdcf532 safer getting of branch 2020-08-23 17:49:58 +10:00
94601b4dc9 use context to return to the correct view 2020-08-23 14:29:18 +10:00
5cdfd41dca prevent spamming pull or push buttons 2020-08-23 14:29:18 +10:00
a95fd581fd fix logic for entering merging panel 2020-08-23 14:29:18 +10:00
fda9f4ea7a centralise logic for rendering options map 2020-08-23 14:29:18 +10:00
0dd2c869a8 minor refactor 2020-08-23 14:29:18 +10:00
2eee079d3a minor rename 2020-08-23 14:29:18 +10:00
146722beb8 rename to SelectedLineIdx 2020-08-23 14:29:18 +10:00
eb5e54e9fd use interface for panel state rather than pointer 2020-08-23 14:29:18 +10:00
2855b5b4d5 standardise diffmode 2020-08-23 14:29:18 +10:00
419cb9feb8 more standardisation 2020-08-23 14:29:18 +10:00
2f5d5034db good progress 2020-08-23 14:29:18 +10:00
f0c3d3fc4d centralise setting of main views context 2020-08-23 14:29:18 +10:00
f5b22d94d9 WIP 2020-08-23 14:29:18 +10:00
0f7b2c45d7 centralise split main panel code 2020-08-23 14:29:18 +10:00
ac0eedda91 lots more stuff 2020-08-23 14:29:18 +10:00
08e039bea9 return nil when no file selected 2020-08-23 14:29:18 +10:00
ed4574bda9 standardise getting selected item 2020-08-23 14:29:18 +10:00
7f89113245 WIP 2020-08-23 14:29:18 +10:00
cec4cb48cb centralise some list view code 2020-08-23 14:29:18 +10:00
c8add47fe7 move cursor to right when using auto prefix 2020-08-16 18:44:39 +10:00
9b7a6934b3 more removing of g 2020-08-15 18:01:43 +10:00
63e6eea9ec files view 2020-08-15 18:01:43 +10:00
0822a9296c rename 2020-08-15 18:01:43 +10:00
d9fa02c53b clean up interface for popup panels 2020-08-15 18:01:43 +10:00
3c944e0351 support force push after failure 2020-08-12 21:11:24 +10:00
401f291c3b lowercase function name 2020-08-12 18:47:16 +10:00
bea2ae5ff5 stop pulling in general 2020-08-12 18:47:16 +10:00
f49e4946f2 minor refactor 2020-08-12 18:47:16 +10:00
fcd5aea04e support multiple modes of git pull 2020-08-12 18:47:16 +10:00
1c0da2967c update naming 2020-08-12 18:47:16 +10:00
1b78a42b80 pass callback directly 2020-08-12 18:47:16 +10:00
79e73d2eff minor cleanup
WIP
2020-08-12 18:47:16 +10:00
660cc2f3d1 follow cursor when staging and unstaging a file rename 2020-08-07 18:59:56 +10:00
469ac116ef allow renames to be discarded 2020-08-07 18:01:26 +10:00
6349214f00 prompt to commit all files if committing with no staged files 2020-07-17 09:01:40 +10:00
36ac764133 fix race condition when scrolling to merge conflict 2020-05-19 18:05:14 +10:00