jesseduffield.lazygit/pkg/commands/models
Stefan Haller 4b9921d0a4 Move the Ref interface from gui/types to models
This is a type that can be useful for model/backend stuff, so move it there. We
are going to use it in the API of the commit loader.
2025-07-31 15:21:34 +02:00
..
author.go
branch.go
commit.go Fix showing diffs for renamed file when filtering by path 2025-07-27 12:05:41 +02:00
commit_file.go
file.go Better main view display for conflicing files 2025-04-09 10:27:57 +02:00
ref.go Move the Ref interface from gui/types to models 2025-07-31 15:21:34 +02:00
remote.go
remote_branch.go
stash_entry.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
submodule_config.go
tag.go Revert "Add IsAnnotated field to models.Tag struct" 2025-07-28 10:53:51 +02:00
working_tree_state.go Make WorkingTreeState a struct, and add cherry-picking and reverting states 2025-04-20 15:53:17 +02:00
worktree.go