You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"git fetch" used to apply the same "fast-forward" rule and allow
tags to move without "--force" option, which made little sense,
which has been corrected.
* ab/fetch-tags-noclobber:
fetch: stop clobbering existing tags without --force
pull doc: fix a long-standing grammar error
fetch tests: add a test clobbering tag behavior
fetch tests: correct a comment "remove it" -> "remove them"
push doc: correct lies about how push refspecs work
push tests: assert re-pushing annotated tags
push tests: add more testing for forced tag pushing
push tests: fix logic error in "push" test assertion
push tests: remove redundant 'git push' invocation
fetch tests: change "Tag" test tag to "testTag"
0 commit comments