check-ref-format --branch: give Porcelain a way to grok branch shorthand
commita31dca0393fefae894b7a155ae24000107bcc383
authorJunio C Hamano <gitster@pobox.com>
Sat, 21 Mar 2009 21:19:53 +0000 (21 14:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2009 06:52:06 +0000 (22 23:52 -0700)
tree4e334ca87dd80fb74d5c23906dc5a97d74f69ba0
parenta552de75eb01f78046feaf7dc88e5e4833624ad5
check-ref-format --branch: give Porcelain a way to grok branch shorthand

The command may not be the best place to add this new feature, but

    $ git check-ref-format --branch "@{-1}"

allows Porcelains to figure out what branch you were on before the last
branch switching.

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