commit | b4cf8db27502f613fcff3fd871c8e31d23f49c7d | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jan 24 21:09:00 2013 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 24 23:28:50 2013 -0800 |
tree | fda81ba33bf50cdd858315f922ebd8ca4b5ecf16 | |
parent | 75e5c0dc5529aed42122b3a774e6b17383e51b66 [diff] |
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>