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

git fetch should also fetch tags #572

Closed
shana opened this issue Jan 23, 2018 · 3 comments
Closed

git fetch should also fetch tags #572

shana opened this issue Jan 23, 2018 · 3 comments
Labels

Comments

@shana
Copy link
Member

shana commented Jan 23, 2018

git fetch doesn't fetch tags that aren't directly reachable by current branch heads. Long-lived release or maintenance branches are not normally merged back to master and tags created on them won't be fetched normally. We should do git fetch --allgit fetch --tags to ensure all tags are fetched.

EDIT: we want the --tags flag, not the --all flag

@shana shana added the bug label Jan 23, 2018
@shana shana added alpha-bug and removed bug labels Mar 16, 2018
@parkgs
Copy link

parkgs commented Apr 13, 2018

Has anyone addressed this issue yet?

@StanleyGoldman
Copy link
Member

Not yet @parkgs but I'll see what I can do about it...

@parkgs
Copy link

parkgs commented Apr 13, 2018

@StanleyGoldman I can try working on this! Do you have any general idea of what area of the source code to look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants