1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands/models
Stefan Haller c53c5e47ef Store commit.Action as an enum instead of a string
The main reason for doing this (besides the reasons given for Status in the
previous commit) is that it allows us to easily convert from TodoCommand to
Action and back. This will be needed later in the branch. Fortunately,
TodoCommand is one-based, so this allows us to add an ActionNone constant with
the value 0.
2023-04-15 08:36:03 +02:00
..
branch.go fix: fix ambiguous branch name 2022-11-14 19:05:07 +11:00
commit_file.go better colouring for directories for when adding a patch 2021-04-02 11:00:15 +11:00
commit.go Store commit.Action as an enum instead of a string 2023-04-15 08:36:03 +02:00
file.go fix could-not-access error 2022-11-11 12:30:14 +11:00
remote_branch.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
remote.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
stash_entry.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
submodule_config.go add submodules context 2020-10-02 08:09:42 +10:00
tag.go show tag message 2023-02-20 19:01:08 +11:00