Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder items in View menu #10189

Merged
merged 1 commit into from
Sep 21, 2022

Commits on Sep 15, 2022

  1. Reorder and group items in View menu

    Group the menu items to reflect how the items are used,
    separated with group headings
    
    A number of related fixes:
    
    * stash and notes could be shown with current and filtered branches
    This normally did not occur as they were filtered, but it affected tests
    
    * Decouple ShowMergeCommits and ShowRevisionGridGraphColumn
    
    * Reflog was not coupled with other branch revision filters
    Even if Reflog dominated the other branch revision filters,
    this was not reflected in the menus.
    Also toggling the reflog (with the button) would set the branchfilter
    to all branches.
    
    * Add reflog to branch filter dropdown, to show current filter
    
    * Consistently name reflog/reflogs to "reflog"
    Except for "noreflogs" for "fsck-objects --no-reflog"
    gerhardol committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f631ded View commit details
    Browse the repository at this point in the history