symbolit-ref: fix resolve_ref conversion.
authorJunio C Hamano <junkio@cox.net>
Thu, 21 Sep 2006 04:10:17 +0000 (21:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 21 Sep 2006 04:10:17 +0000 (21:10 -0700)
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>
No differences found