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

RevisionGrid: Add option to fill git ref labels again #9900

Merged
merged 1 commit into from Mar 19, 2022

Conversation

mstv
Copy link
Member

@mstv mstv commented Mar 16, 2022

Fixes #9190

Proposed changes

  • Add option to fill git ref labels in RevisionGrid again
  • Makes parts of commit 534c0b6 optional.

Screenshots

Before

image

After

image

only with

image

Test methodology

  • manual

Test environment(s)

  • Git Extensions 33.33.33
  • Build 6a383c6
  • Git 2.35.1.windows.1
  • Microsoft Windows NT 10.0.19044.0
  • .NET 5.0.12
  • DPI 96dpi (no scaling)

Merge strategy

I agree that the maintainer squash merge this PR (if the commit message is clear).


✒️ I contribute this code under The Developer Certificate of Origin.

Makes parts of commit 534c0b6 optional.
@@ -1517,6 +1517,12 @@ public static bool HighlightAuthoredRevisions
set { SetBool("highlightauthoredrevisions", value); }
}

public static bool FillRefLabels
{
get => GetBool("FillRefLabels", false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, this could be true, but maybe not change this again...

@gerhardol
Copy link
Member

Side note: For submodules, the refs matching a name for the superproject changes the matching labels.
New in master, not in this PR
image

@mstv mstv merged commit 0b915c2 into gitextensions:master Mar 19, 2022
@ghost ghost added this to the vNext milestone Mar 19, 2022
@mstv mstv deleted the feature/fill_labels branch March 19, 2022 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tags in dark theme are not really readable
3 participants