1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-03 00:57:52 +02:00
Commit Graph

169 Commits

Author SHA1 Message Date
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
1c259f69f6 check if user has configured to push to current by default 2020-05-15 21:41:23 +10:00
68586ec49a Handle regex compilation errors and show them to the user. 2020-04-20 18:47:50 +10:00
6cf75af0af Add option to set predefined commit message prefix. Fixes #760. 2020-04-20 18:47:50 +10:00
47ff388549 some more UI logic 2020-03-29 18:26:24 +11:00
40fbce91ce add new diff mode
WIP

WIP

WIP

WIP

WIP

WIP

WIP
2020-03-29 18:26:24 +11:00
0c0231c3e8 autostash changes when pulling file into index 2020-03-28 13:19:35 +11:00
a9559a5c87 move working tree state function into git.go 2020-03-28 13:19:35 +11:00
814ee24c8d better error handling 2020-03-28 11:59:45 +11:00
906a49049e smart refreshing files 2020-03-28 11:59:45 +11:00
198d237679 more centralised handling of refreshing 2020-03-28 11:59:45 +11:00
1be0ff8da7 better upstream tracking and allow renaming a branch 2020-03-18 21:29:06 +11:00
e47ad846c4 big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
355f1615ab supporing custom pagers step 1 2020-03-04 00:12:23 +11:00
f94d0be2c9 refactor the way we render lists 2020-02-25 21:21:07 +11:00
46be280c92 support searching in side panels
For now we're just doing side panels, because it will take more work
to support this in the various main panel contexts
2020-02-24 22:18:04 +11:00
feaf98bd01 add reset to upstream option on files panel 2020-02-16 09:57:49 +11:00
5b9996b16f remove old createMenu function 2020-02-15 08:47:36 +11:00
6fdc1791e4 refactor stash options menu 2020-02-15 08:47:36 +11:00
814a0ea36f begin refactor of menu panel 2020-02-15 08:47:36 +11:00