mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-14 11:23:09 +02:00
6dc25d796b
We want to mark all local branch heads with a "*" in the local commits panel, to make it easier to see how branches are stacked onto each other. In order to not confuse users with "*" markers that they don't understand, do this only for the case where users actually use stacked branches; those users are likely not going to be confused by the display. This means we want to filter out a few branch heads that shouldn't get the marker: the current branch, any main branch, and any old branch that has been merged to master already. |
||
---|---|---|
.. | ||
traits | ||
base_context.go | ||
branches_context.go | ||
commit_files_context.go | ||
commit_message_context.go | ||
confirmation_context.go | ||
context_common.go | ||
context.go | ||
dynamic_title_builder.go | ||
filtered_list_view_model.go | ||
filtered_list.go | ||
list_context_trait.go | ||
list_view_model.go | ||
local_commits_context.go | ||
menu_context.go | ||
merge_conflicts_context.go | ||
parent_context_mgr.go | ||
patch_explorer_context.go | ||
reflog_commits_context.go | ||
remote_branches_context.go | ||
remotes_context.go | ||
search_trait.go | ||
setup.go | ||
simple_context.go | ||
stash_context.go | ||
sub_commits_context.go | ||
submodules_context.go | ||
suggestions_context.go | ||
tags_context.go | ||
view_trait.go | ||
working_tree_context.go | ||
worktrees_context.go |