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

114 Commits

Author SHA1 Message Date
7149cfeb11 fix: fix ReplacePlaceholderString 2023-01-18 20:56:22 +09:00
39e84e13f4 Use lazycore utils: Clamp and GetLazyRootDirectory 2022-10-15 13:55:44 -03:00
a4239c7a37 fix: fix stash with empty message 2022-10-13 22:23:56 +09:00
ed98b60078 use thread safe map 2022-10-02 20:57:44 -07:00
19df238b77 feat: allow OSCommand.Quote to be invoked within a custom command 2022-09-30 21:16:45 +09:00
fd66499c8f Merge pull request #2167 from xiaoliwang/remove_deprecated 2022-09-23 23:01:40 -07:00
3d79c6a3d3 formatter 2022-09-17 15:10:41 -07:00
b8900baf1a remove deprecated calls 2022-09-17 15:10:41 -07:00
7e9dffe1b9 Add Key field to CustomCommandPrompt struct
Add Form field to CustomCommandObjects struct

Write user prompts responses to Form field

Ensure that map keys exists

Add form prompts integration test

Remove redundant index
2022-09-17 14:58:44 -07:00
5173d7f5e1 better CLI interface 2022-08-14 17:20:52 +10:00
77881a9c7d add new integration test pattern 2022-08-11 21:24:15 +10:00
755ae0ef84 add deadlock mutex package
write to deadlock stderr after closing gocui

more deadlock checking
2022-08-07 11:16:14 +10:00
524bf83a4a refactor to only have one context per view 2022-08-06 13:49:11 +10:00
1f1d871837 feat: add ability to customize time format 2022-05-18 20:55:27 +09:00
494368a241 feat: accept named colors for gui.authorColors 2022-05-04 19:03:00 +09:00
340a145bc8 refactor cheatsheet generator 2022-03-24 20:14:41 +11:00
1b75ed3740 many more generics 2022-03-24 20:14:41 +11:00
bf4f06ab4e more generics 2022-03-24 20:14:41 +11:00
c7a629c440 make more use of generics 2022-03-24 20:14:41 +11:00
a34bdf1a04 update linters 2022-03-19 12:12:57 +11:00
c084abb378 move more view model logic into the files view model 2022-03-17 19:13:40 +11:00
a90b6efded start refactoring gui 2022-03-17 19:13:40 +11:00
9adf4a1908 Add shared function for loading map of custom colors 2022-02-01 18:55:45 +11:00
4ab5e54139 add support for git bisect 2022-01-22 10:48:51 +11:00
18f48a43d5 add some more linters 2022-01-09 14:09:53 +11:00
c9a0cc6b30 refactor 2022-01-09 14:09:53 +11:00
3621854dc7 fix tests 2022-01-09 14:09:53 +11:00
f503ff1ecb start breaking up git struct 2022-01-09 14:09:53 +11:00
ad9b2df104 more test refactoring 2022-01-04 09:07:15 +11:00
192a548c99 refactoring the config struct 2022-01-04 09:07:15 +11:00
18ab086126 introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
7bc8b96aba add FindNamedMatches function in utils 2021-12-26 16:48:23 +11:00
802cfb1a04 render commit graph 2021-11-05 07:58:21 +11:00
9989c96321 better formatting 2021-10-31 22:33:39 +11:00
f91892b8f1 fix truncation 2021-10-30 20:19:40 +11:00
b04b457246 fix yet another issue with indentation 2021-10-30 18:26:06 +11:00
6457800748 fix another issue with indentation 2021-10-30 18:26:06 +11:00
7d9461877a fix issue with indentation 2021-10-30 18:26:06 +11:00
6171690b00 Fix multibyte initial characters 2021-10-30 18:26:06 +11:00
253504a094 associate random colours with authors 2021-10-30 18:26:06 +11:00
ef544e6ce9 add more suggestions 2021-10-23 12:29:52 +11:00
0662733ad9 add tests for color changes 2021-07-31 20:53:49 +02:00
117c0bd4f7 simplify code a bit 2021-07-31 17:33:13 +10:00
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
fc76b44b45 correctly show files with special chars in commit 2021-07-23 12:04:23 +02:00
fb395bca6e support reverting merge commits 2021-06-05 22:15:51 +10:00
258eedb38c refactor 2021-06-02 20:33:52 +10:00
fbab5bd444 do not refresh patch panel unless commit files panel is the current side panel 2021-04-06 19:34:32 +10:00
f1d7f59e49 switching repos without restarting the gui 2021-04-06 19:34:32 +10:00
0b42437052 fix comment 2021-04-06 19:34:32 +10:00