commit | a31dca0393fefae894b7a155ae24000107bcc383 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Mar 21 14:19:53 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 22 23:52:06 2009 -0700 |
tree | 4e334ca87dd80fb74d5c23906dc5a97d74f69ba0 | |
parent | a552de75eb01f78046feaf7dc88e5e4833624ad5 [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>