author | Junio C Hamano <gitster@pobox.com> | |
Sat, 21 Mar 2009 21:19:53 +0000 (14:19 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Mar 2009 06:52:06 +0000 (23:52 -0700) | ||
commit | a31dca0393fefae894b7a155ae24000107bcc383 | |
tree | 4e334ca87dd80fb74d5c23906dc5a97d74f69ba0 | tree | snapshot |
parent | a552de75eb01f78046feaf7dc88e5e4833624ad5 | commit | diff |
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>
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 | diff | blob | history | |
builtin-check-ref-format.c | diff | blob | history |