commit | cc4c4f0ce25cc3803197bc19c275fd6f59a2a511 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Sep 20 21:10:17 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Sep 20 21:10:17 2006 -0700 |
tree | 1d2661dba1c8136e38e05745d43fe103f9b03df4 | |
parent | 53cce84c05d3cba237ab45540b1e882be9c97215 [diff] |
symbolit-ref: fix resolve_ref conversion. An earlier conversion accidentally hardcoded "HEAD" to be passed to resolve_ref(), thereby causing git-symbolic-ref command to always report where the HEAD points at, ignoring the command line parameter. Signed-off-by: Junio C Hamano <junkio@cox.net>