From: Bert Wesarg Date: Mon, 13 Apr 2009 10:25:47 +0000 (+0200) Subject: for-each-ref: utilize core.warnAmbiguousRefs for :short-format X-Git-Tag: v1.6.3-rc1~12^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2bb98169be7b0ac4f70815b4490904c652edae61?hp=2bb98169be7b0ac4f70815b4490904c652edae61 for-each-ref: utilize core.warnAmbiguousRefs for :short-format 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 Signed-off-by: Junio C Hamano ---