1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-12 23:41:54 +03:00
Commit Graph

2693 Commits

Author SHA1 Message Date
45bba0a3c5 ignore redundant actions when undoing and redoing 2020-03-25 09:39:04 +11:00
d105e2690a vastly improve the logic for undo and redo 2020-03-25 09:39:04 +11:00
30a5d1b486 move into undoing file 2020-03-25 09:39:04 +11:00
6b3ea56add refactor undo and redo 2020-03-25 09:39:04 +11:00
c3aefdb98e stateless undos and redos 2020-03-25 09:39:04 +11:00
094939451d more explicit env vars 2020-03-25 09:39:04 +11:00
0e23f44b84 support reflog action prefix 2020-03-25 09:39:04 +11:00
daecdd7c2b redoing 2020-03-25 09:39:04 +11:00
7c8df28d01 add waiting status to checkout ref handler 2020-03-25 09:39:04 +11:00
65917272a2 undoing status 2020-03-25 09:39:04 +11:00
137fd80fdb note that undo functionality is experimental 2020-03-25 09:39:04 +11:00
98fbc61221 better formatted reflog list 2020-03-25 09:39:04 +11:00
f80d15062b use reflog undo history pointer 2020-03-25 09:39:04 +11:00
b1b0219f04 autostash changes when hard resetting 2020-03-25 09:39:04 +11:00
b1941c33f7 undo via rebase 2020-03-25 09:39:04 +11:00
5d460e1e5e add tab keybindings 2020-03-23 23:25:00 +11:00
3aab37611a show status of selected cherry picked commits 2020-03-19 21:42:21 +11:00
8fbcc36331 allow resetting cherry picked commits selection 2020-03-19 21:42:21 +11:00
b0ec0821d5 fix docs 2020-03-18 22:50:35 +11:00
13a7806cac add opne menu keybindings in docs 2020-03-18 22:50:35 +11:00
41c76fb748 add close menu keybindings in docs 2020-03-18 22:50:35 +11:00
ac0c3b9f92 fix search keybindings in docs 2020-03-18 22:50:35 +11:00
1be0ff8da7 better upstream tracking and allow renaming a branch 2020-03-18 21:29:06 +11:00
2169b5109f add search keybings in docs 2020-03-11 19:43:22 +11:00
7df4b736cf be a bit more lenient 2020-03-09 12:41:41 +11:00
e47ad846c4 big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
19146d61b1 use selected branch as base when creating a new branch 2020-03-08 18:44:15 +11:00
31e201ca52 allow configuring side panel width 2020-03-04 00:12:23 +11:00
b3522c48d9 refactor 2020-03-04 00:12:23 +11:00
54241d8ab9 more generic way of supporting custom pagers 2020-03-04 00:12:23 +11:00
355f1615ab supporing custom pagers step 1 2020-03-04 00:12:23 +11:00
79299be3b2 better keybindings for patch building mode 2020-02-29 18:48:10 +11:00
4c9b620bd0 better keybindings for staging by line 2020-02-29 18:48:10 +11:00
a7508a5dfd fix cheatsheet script to support different contexts 2020-02-29 17:46:00 +11:00
8eb0b0f4ca do not close over variables in a function 2020-02-25 22:09:43 +11:00
e6a8dc0bcf better logic for checking if we're rebasing 2020-02-25 22:09:43 +11:00
f94d0be2c9 refactor the way we render lists 2020-02-25 21:21:07 +11:00
9fd9fd6816 better commit lines in fullscreen mode 2020-02-25 21:21:07 +11:00
8ad01fe32f refresh commits when adding a tag 2020-02-25 09:10:23 +11:00
fdb543fa7d add half and fullscreen modes 2020-02-25 08:45:30 +11:00
52b5a6410c show item counts in frames 2020-02-25 07:19:46 +11:00
78b62be96f better handling of clearing the search 2020-02-24 22:18:04 +11:00
1f5ccab1ce eagerload commits when searching 2020-02-24 22:18:04 +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
2a5763a771 switch custom command keybinding to ':' 2020-02-24 22:04:39 +11:00
fabdda0492 allow customizing background color in staging mode 2020-02-23 18:37:19 +11:00
66e6369c28 allow fastforwarding the current branch 2020-02-18 23:07:38 +11:00
0f0da9c32a fix wording 2020-02-16 09:57:49 +11:00
0a69c1a02d add reset to reflog commit menu 2020-02-16 09:57:49 +11:00
feaf98bd01 add reset to upstream option on files panel 2020-02-16 09:57:49 +11:00