1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/commands/models
Jesse Duffield 3cee37388c Keep track of authors across local commits and branch commits for suggestions
Previously, we would only show the authors based on local commits, but sometimes you want to set a commit author
to that of a commit on another branch. Now, so long as you've viewed the branch's commits, the author will appear
as a suggestion.
2023-07-22 10:47:04 +10:00
..
author.go Keep track of authors across local commits and branch commits for suggestions 2023-07-22 10:47:04 +10:00
branch.go show commits against branches 2023-06-01 19:21:24 +10:00
commit_file.go Support filtering files 2023-07-03 12:54:13 +10:00
commit.go Insert fake todo entry for a conflicting commit that is being applied 2023-06-22 18:57:58 +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