1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00
Commit Graph

3171 Commits

Author SHA1 Message Date
6253258d4b Merge pull request #1913 from Ryooooooga/feature/japanese 2022-05-06 08:40:43 +10:00
593eb19ca4 Merge pull request #1910 from Ryooooooga/feature/named-author-colors 2022-05-06 08:39:26 +10:00
8c6260ed8d Merge pull request #1914 from Ryooooooga/feature/fix-crash-empty-panel 2022-05-06 08:38:06 +10:00
2eb866fc62 fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
cda359fbc9 feat(i18n): japanese translation 2022-05-05 18:42:27 +09:00
494368a241 feat: accept named colors for gui.authorColors 2022-05-04 19:03:00 +09:00
f143d04d87 Merge pull request #1904 from jesseduffield/yank-author 2022-05-01 15:11:00 +10:00
4dd09ee0d5 allow copying commit author to clipboard 2022-05-01 14:14:29 +10:00
d85f4792af Merge pull request #1894 from Ryooooooga/feature/icons 2022-05-01 12:21:32 +10:00
5524f007f3 docs(Config.md): add docs about nerd fonts 2022-04-30 23:13:49 +09:00
babb9d8656 Merge pull request #1891 from Ryooooooga/feature/improve-default-edit-command-template 2022-04-30 13:53:24 +10:00
db3568e4f2 chore(gui): remove todo 2022-04-29 17:53:43 +09:00
86af186683 feat(file_icons.go): add Cargo.toml icons 2022-04-24 18:23:14 +09:00
e5730cb80b fix: improve default editCommandTemplate 2022-04-23 17:39:12 +09:00
f972d6ae68 feat(gui): show remote icons 2022-04-23 12:25:42 +09:00
11d0e7e17d feat(gui): show branch icons 2022-04-23 12:25:41 +09:00
cb13fe7f46 feat(gui): show commit icons 2022-04-23 12:25:41 +09:00
b07aeda5a6 feat(gui): show file icons 2022-04-23 12:25:40 +09:00
09bc6f2aef Merge pull request #1885 from briandipalma/patch-1 2022-04-21 08:34:33 +10:00
a5d4eccfa6 Update Custom_Command_Keybindings.md 2022-04-19 12:17:06 +01:00
8b103b16bd add highlighting docs 2022-04-18 11:08:54 +10:00
dfb293c985 better upstream changes presentation 2022-04-18 11:03:28 +10:00
9b947b74a2 allow hiding bottom line 2022-04-18 09:58:36 +10: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
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
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