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

11 Commits

Author SHA1 Message Date
fd8e480363 Re-determine existing main branches if mainBranches config changed 2024-08-18 10:24:52 +02:00
e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
a9e2c8129f Introduce filtered list view model
We're going to start supporting filtering of list views
2023-07-03 12:54:13 +10:00
dc4e88f8a4 Make moving todo commits more robust 2023-04-15 08:36:03 +02:00
340a145bc8 refactor cheatsheet generator 2022-03-24 20:14:41 +11:00
c7a629c440 make more use of generics 2022-03-24 20:14:41 +11:00
ad9b2df104 more test refactoring 2022-01-04 09:07:15 +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
258eedb38c refactor 2021-06-02 20:33:52 +10:00