Skip to content

Add Git:Fetch (prune)#59735

Merged
joaomoreno merged 3 commits intomicrosoft:masterfrom
rscott:add-fetch-prune
Nov 20, 2018
Merged

Add Git:Fetch (prune)#59735
joaomoreno merged 3 commits intomicrosoft:masterfrom
rscott:add-fetch-prune

Conversation

@rscott
Copy link
Contributor

@rscott rscott commented Oct 1, 2018

My attempt at fixing #59693

@msftclas
Copy link

msftclas commented Oct 1, 2018

CLA assistant check
All CLA requirements met.

@joaomoreno joaomoreno added the git GIT issues label Oct 1, 2018
@joaomoreno joaomoreno added this to the October 2018 milestone Oct 1, 2018
},
{
"command": "git.fetchAll",
"title": "%command.fetchAll%",
Copy link
Contributor

Choose a reason for hiding this comment

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

also don't forget to add condition in menus.menus.commandPalette

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @oneslash, I definitely missed this

}

if (options.prune) {
args.push('-p');
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe more understandable would be to use full argument name --prune

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agree, just habit of typing the short form in the CLI 😄

@joaomoreno joaomoreno modified the milestones: October 2018, November 2018 Nov 6, 2018
@joaomoreno joaomoreno merged commit 4b4fa8c into microsoft:master Nov 20, 2018
@joaomoreno
Copy link
Member

Thanks! 🍻

@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.

4 participants