for-each-ref: utilize core.warnAmbiguousRefs for :short-format
authorBert Wesarg <bert.wesarg@googlemail.com>
Mon, 13 Apr 2009 10:25:47 +0000 (12:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2009 16:36:52 +0000 (09:36 -0700)
core.warnAmbiguousRefs is used to select strict mode for the
abbreviation for the ":short" format specifier of "refname" and "upstream".

In strict mode, the abbreviated ref will never trigger the
'warn_ambiguous_refs' warning. I.e. for these refs:

refs/heads/xyzzy
refs/tags/xyzzy

the abbreviated forms are:

heads/xyzzy
tags/xyzzy

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found