Skip to content

Updated git branch tooltip to display full branch name instead of "checkout..."#72275

Merged
joaomoreno merged 1 commit intomicrosoft:masterfrom
Daniel-McCarthy:Update-Branch-Tooltip-Text
Aug 8, 2019
Merged

Updated git branch tooltip to display full branch name instead of "checkout..."#72275
joaomoreno merged 1 commit intomicrosoft:masterfrom
Daniel-McCarthy:Update-Branch-Tooltip-Text

Conversation

@Daniel-McCarthy
Copy link
Contributor


Fixes #71304.


Summary:
It has been suggested to display the full branch name for the git branch name tooltip instead of "Checkout...". This is due to long names being concatenated, and the tooltip would be a useful way to show the user the full name.


Before:
image

After:
image


…ut..."

Previously the tooltip displayed when hovering over a branch name in the git workflow simply said "Checkout...".

However, this could be better used by displaying the full branch name since long branch names are concatenated and not shown in full. Therefore it has been updated to do so.
@joaomoreno joaomoreno added this to the Backlog milestone Apr 16, 2019
@joaomoreno joaomoreno added info-needed Issue requires more information from poster git GIT issues and removed info-needed Issue requires more information from poster labels Apr 16, 2019
@joaomoreno joaomoreno modified the milestones: Backlog, August 2019 Aug 8, 2019
@joaomoreno joaomoreno merged commit 72e3d3b into microsoft:master Aug 8, 2019
@joaomoreno
Copy link
Member

Thanks! 🍻

@Daniel-McCarthy Daniel-McCarthy deleted the Update-Branch-Tooltip-Text branch August 8, 2019 16:00
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

git GIT issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add branch name to branch hover tooltip

2 participants