-
Type:
Bug
-
Resolution: Tracked Elsewhere
-
Priority:
Low
-
None
-
Affects Version/s: 1.5.8
-
Component/s: None
-
None
Steps to reproduce:
- Clone a repository twice.
- Create a tag on the 1st repository and push to remote.
- Fetch the changes on the 2nd repository.
- Commit a change on the 1st repository.
- Delete the tag create previously and re-create it with the same name at the new commit.
- Push the changes to remote.
- Fetch the changes on the 2nd repository.
The tag is on the earlier commit in the 2nd repository
.
This can be fixed by including the -t switch to the git fetch command.
- duplicates
-
SRCTREE-1437 --tags option to git fetch
- Closed