]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rev-parse.txt
git-rev-parse --symbolic-full-name
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2008 20:09:55 +0000 (12:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2008 02:41:43 +0000 (18:41 -0800)
commita6d97d49e23382027efff8a8e90e69e0572620c6
treed9cb3a0a7857a18f7825d44d6b65b3e3f1719942
parent3023dc690f98f83b64cc6f2a9cc015bf2b01964a
git-rev-parse --symbolic-full-name

The plumbing level can understand that the user meant
"refs/heads/master" when the user says "master" or
"heads/master", but there is no easy way for the scripts to
figure it out without duplicating the dwim_ref() logic.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt
builtin-rev-parse.c