From: Junio C Hamano Date: Fri, 25 Jan 2013 05:09:00 +0000 (-0800) Subject: push: finishing touches to explain REJECT_ALREADY_EXISTS better X-Git-Tag: v1.8.2-rc0~60^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b4cf8db27502f613fcff3fd871c8e31d23f49c7d?hp=b4cf8db27502f613fcff3fd871c8e31d23f49c7d 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 ---