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
When "git tag T O" is told to create a tag pointing at an object O
without the "--force" option, it refuses with "tag T already exists",
even when T points at O (which makes it a no-op).
Let's allow this "idempotent" case by special casing and making it
truly a no-op.
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments