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

6505 Commits

Author SHA1 Message Date
f5f6409c27 Remove stash_Copy test 2022-04-17 12:21:43 +02:00
bd9daf80b7 Add integration tests 2022-04-17 11:08:36 +02:00
3477cbc81f better weight distribution in window arrangement 2022-04-17 12:48:04 +10:00
2fa6d8037c always show list counts 2022-04-16 17:29:17 +10:00
d3b6acf096 restore highlighting of popup messages 2022-04-16 17:29:17 +10:00
e68093fe99 add scrollbars 2022-04-16 17:29:17 +10:00
b838b74801 do not highlight line if there are no items to display 2022-04-16 15:19:32 +10:00
00afa30ebf better appearance for reverse attribute 2022-04-16 15:19:32 +10:00
6a153acc8f clearer highlighting of current line 2022-04-16 15:19:32 +10:00
b3e18bd258 fix(loaders/file.go): fix not to trim renamed file names 2022-04-15 08:58:49 +10:00
90c9c46ffc update integration test notes 2022-04-15 08:54:45 +10:00
21336d3aa2 refactor: explicitly add alternative keybinding 2022-04-15 08:23:27 +10:00
af5f4af6c0 docs: add alternative keybinding to scroll up/down main panel 2022-04-15 08:23:27 +10:00
1ae2dc9941 The four horsemen of stashing 2022-04-14 21:45:55 +02:00
e114b5b5e8 Refresh BRANCHES and COMMITS after (un)staging upstream 2022-04-13 15:54:32 +02:00
c4b958e3fd There's gotta be a better way for initial content 2022-04-13 15:21:01 +02:00
f83308c8df Add option to (un)set upstream for a local branch 2022-04-11 14:04:06 +02:00
d0e099d2fc doc: add missing provider 2022-04-11 17:17:40 +10:00
bcc0466498 feat: pull request support for bitbucket server 2022-04-11 17:17:40 +10:00
6f7038c827 Add option to stash only unstaged files 2022-04-10 09:35:59 +02:00
58ed23a47a Make worktrees work 2022-04-09 09:53:03 +10:00
336f2772e8 bump gocui 2022-04-08 12:15:23 +10:00
8433367dac Update CONTRIBUTING.md 2022-04-07 08:41:02 +10:00
b7928042f0 chore: typo hunting ft. codespell 2022-04-06 08:52:41 +10:00
3b5a019e1a feat(merge_panel): Add open/edit files in merge conflict panel 2022-04-06 08:27:03 +10:00
53257db99d fix: fix diff of renamed files 2022-04-06 08:26:13 +10:00
954d1a8147 fix commit description 2022-04-02 17:04:42 +11:00
09d24ebd1d fix test 2022-04-02 17:04:42 +11:00
4835fc00b8 introduce Ref interface 2022-04-02 17:04:42 +11:00
30be50b641 add Commit.ParentRefName() 2022-04-02 17:04:42 +11:00
99ecc1cfdf fix loaders 2022-04-02 17:04:42 +11:00
86c259623c feat: fix permission problem of temp dirs 2022-04-02 08:48:38 +11:00
2fbb52fa2c chore: remove dead code 2022-04-02 08:48:38 +11:00
e35ab3c5fe pkg/gui: Use 'alert' popups instead of 'confirm' popups where appropriate
Invocations of 'IPopupHandler::Confirm()' that use neither 'HandleConfirm' nor
'HandleClose' can be replaced by 'Alert()'.
2022-03-30 20:13:43 +11:00
8fb2acc224 pkg/gui: Rename IPopupHandler::Ask() to Confirm()
Follow the JavaScript naming scheme for user interaction (alert, prompt,
confirm) as discussed in #1832.
2022-03-30 20:13:43 +11:00
f2fb6453a1 pkg/gui: Show notification popup when update was successful
Show a proper notification popup once an update has been installed successfully
so the user knows we're done (so far a popup is only shown if an error occurred).
The popup also reminds him to restart lazygit for the changes to take effect.
2022-03-28 09:13:34 +11:00
b7079634ee i18n: Make user-facing strings in the updater translatable
Convert a number of static (english) user-facing string in the updater code to
translatable ones.
2022-03-28 09:13:34 +11:00
9bccc20888 pkg/gui: Add support for 'notification' popups
Add a new 'Notification()' method to 'IPopupHandler' that makes it easier to
show a modal info message to the user. This is simply a convenience wrapper
around 'Ask()', so the popup can be closed using both 'Enter' and 'ESC'.
2022-03-28 09:13:34 +11:00
ac406f57ff [fix] Fixed Dockerfile 2022-03-27 22:03:16 +11:00
5a0ac6fe67 Update README.md 2022-03-27 19:36:08 +11:00
b3636a537b reduce glitchiness of patch building mode 2022-03-27 19:18:07 +11:00
48a244a923 update cheatsheets 2022-03-27 18:50:49 +11:00
7c3d14ee19 allow amending and reverting commits when filtering by file 2022-03-27 18:50:29 +11:00
897c4402a4 better colour 2022-03-27 18:16:16 +11:00
860d1e0145 fix copy for merge confirmation 2022-03-27 18:16:16 +11:00
e011acbab2 better logging for stash flow 2022-03-27 18:16:16 +11:00
3e5d4b2c74 add menu keybindings for various things 2022-03-27 18:16:16 +11:00
e94312b664 use colour 2022-03-27 18:16:16 +11:00
9c226eed37 allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
e43ce23642 require hitting escape to exit menu panel 2022-03-27 18:16:16 +11:00