push: finishing touches to explain REJECT_ALREADY_EXISTS better
commitb4cf8db27502f613fcff3fd871c8e31d23f49c7d
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Jan 2013 05:09:00 +0000 (24 21:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jan 2013 07:28:50 +0000 (24 23:28 -0800)
treefda81ba33bf50cdd858315f922ebd8ca4b5ecf16
parent75e5c0dc5529aed42122b3a774e6b17383e51b66
push: finishing touches to explain REJECT_ALREADY_EXISTS better

Now that "already exists" errors are given only when a push tries to
update an existing ref in refs/tags/ hierarchy, we can say "the
tag", instead of "the destination reference", and that is far easier
to understand.

Pointed out by Chris Rorvick.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/push.c