[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
Kris Shannon 2005-08-17 13:02:16 +10:00 committed by Junio C Hamano
parent cdacb6208f
commit d5a8664ed5
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;