[PATCH] Be consistent in naming of remote heads
The _remote_name variable used for messages does not need the refs/heads/ prefix included. Signed-off-by: Kris Shannon <kris.shannon@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
cdacb6208f
commit
d5a8664ed5
|
@ -71,8 +71,8 @@ tag)
|
|||
'')
|
||||
_remote_head=HEAD ;;
|
||||
*)
|
||||
_remote_head="refs/heads/$_remote_head"
|
||||
_remote_name="head '$_remote_head' of $_remote_name"
|
||||
_remote_head="refs/heads/$_remote_head"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue