From: Junio C Hamano Date: Tue, 31 Jan 2017 21:14:59 +0000 (-0800) Subject: Merge branch 'vp/show-ref-verify-head' X-Git-Tag: v2.12.0-rc0~31 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a49260b17d39434bbdf5d55991c90aa2f42ea64c?hp=--cc Merge branch 'vp/show-ref-verify-head' "git show-ref HEAD" used with "--verify" because the user is not interested in seeing refs/remotes/origin/HEAD, and used with "--head" because the user does not want HEAD to be filtered out, i.e. "git show-ref --head --verify HEAD", did not work as expected. * vp/show-ref-verify-head: show-ref: remove a stale comment show-ref: remove dead `if (verify)' check show-ref: detect dangling refs under --verify as well show-ref: move --quiet handling into show_one() show-ref: allow -d to work with --verify show-ref: accept HEAD with --verify --- a49260b17d39434bbdf5d55991c90aa2f42ea64c