RE: [PATCH] Fix receive-pack error msg.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ehh, git sendmail didn't send the whole commit msg, just the subject.
Trying again.

> -----Original Message-----
> From: Joackim Tjernlund [mailto:jocke@gentoo-jocke] 
> Sent: den 20 oktober 2007 19:37
> To: git@xxxxxxxxxxxxxxx
> Cc: Joakim Tjernlund
> Subject: [PATCH] Fix receive-pack error msg.
> 
> 
> Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@xxxxxxxxxxxx>
> ---
>  receive-pack.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/receive-pack.c b/receive-pack.c
> index d3c422b..1521d0b 100644
> --- a/receive-pack.c
> +++ b/receive-pack.c
> @@ -166,7 +166,7 @@ static const char *update(struct command *cmd)
>  	struct ref_lock *lock;
>  
>  	if (!prefixcmp(name, "refs/") && check_ref_format(name + 5)) {
> -		error("refusing to create funny ref '%s' 
> locally", name);
> +		error("refusing to create funny ref '%s' 
> remotely", name);
>  		return "funny refname";
>  	}
>  
> -- 
> 1.5.3.4
> 
> 

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux