Skip to content

Show branch name near commit message box#74495

Closed
Devon7925 wants to merge 4 commits intomicrosoft:masterfrom
Devon7925:master
Closed

Show branch name near commit message box#74495
Devon7925 wants to merge 4 commits intomicrosoft:masterfrom
Devon7925:master

Conversation

@Devon7925
Copy link

@Devon7925 Devon7925 commented May 28, 2019

resolves #73644

@msftclas
Copy link

msftclas commented May 28, 2019

CLA assistant check
All CLA requirements met.

@joaomoreno joaomoreno added the git GIT issues label Jun 3, 2019
@joaomoreno joaomoreno added this to the Backlog milestone Jun 3, 2019
updateInputBox() {
const headless: Boolean = this.headLabel === '';
// '{0}' will be replaced by the corresponding key-command later in the process, which is why it needs to stay.
this._sourceControl.inputBox.placeholder = localize(headless ? 'commitMessage' : 'commitMessageWithHeadLabel', "Message ({0} to commit{1})", "{0}", headless ? 'this.headLabel' : ' to ' + this.headLabel);
Copy link
Member

@joaomoreno joaomoreno Aug 8, 2019

Choose a reason for hiding this comment

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

This still breaks localization.

@joaomoreno
Copy link
Member

Will take #75295 instead. Sorry about that. Thanks for your contribution any way! 🙏

@joaomoreno joaomoreno closed this Aug 8, 2019
@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.

Show branch name near commit message box

5 participants