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

20 Commits

Author SHA1 Message Date
f98b57aa5e Change direct access to Common.UserConfig to a getter
This will allow us to turn the field into an atomic.Value for safe concurrent
access.
2024-08-18 10:24:52 +02: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
ed857d1e07 Show correct keybinding in tip 2023-05-20 23:36:34 +10:00
114ad52ff6 Rename CmdLog -> GuiLog
We want to log both actions and commands for the sake of integration tests
2023-05-16 21:01:38 +10:00
549ce09f71 Fix deprecated rand.Seed 2023-03-19 10:00:19 +01:00
bff076c70a rename key to Pull 2023-02-19 11:42:00 +11:00
7410acd1aa move merge conflicts code into controller 2022-08-07 11:16:03 +10:00
524bf83a4a refactor to only have one context per view 2022-08-06 13:49:11 +10:00
1dd7307fde start moving commit panel handlers into controller
more

and more

move rebase commit refreshing into existing abstraction

and more

and more

WIP

and more

handling clicks

properly fix merge conflicts

update cheatsheet

lots more preparation to start moving things into controllers

WIP

better typing

expand on remotes controller

moving more code into controllers
2022-03-17 19:13:40 +11:00
91fe68576c refactor 2022-01-07 10:52:51 +11:00
05fa483f48 simplify how we log commands 2022-01-07 10:52:51 +11:00
01ea5813a8 align Gui struct with GitCommand 2022-01-04 09:07:15 +11:00
c1d2aa61f3 Fix misspells 2021-09-01 22:51:24 +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
0c3132c6f0 Fix typo in random tip 2021-06-28 11:03:54 +10:00
4fb2dba587 allow hiding random tip 2021-04-12 21:48:08 +10:00
5453b71fd1 linting 2021-04-12 21:48:08 +10:00
3b7e7a7f56 add random tip to command log 2021-04-12 21:48:08 +10:00
06a8eb115c make command log size configurable 2021-04-11 23:36:34 +10:00