From: Junio C Hamano Date: Fri, 20 Sep 2013 19:27:18 +0000 (-0700) Subject: Merge branch 'rh/peeling-tag-to-tag' X-Git-Tag: v1.8.5-rc0~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=638924fec2189f3f20ebf5d0ff4cc34ee551dd39;p=thirdparty%2Fgit.git Merge branch 'rh/peeling-tag-to-tag' Make "foo^{tag}" to peel a tag to itself, i.e. no-op., and fail if "foo" is not a tag. "git rev-parse --verify v1.0^{tag}" would be a more convenient way to say "test $(git cat-file -t v1.0) = tag". * rh/peeling-tag-to-tag: peel_onion: do not assume length of x_type globals peel_onion(): add support for ^{tag} --- 638924fec2189f3f20ebf5d0ff4cc34ee551dd39