From: "Joakim Tjernlund" <joakim.tjernlund@transmode.se>
To: <git@vger.kernel.org>
Subject: RE: [PATCH] Fix receive-pack error msg.
Date: Sat, 20 Oct 2007 19:44:49 +0200 [thread overview]
Message-ID: <003701c81340$e9a44230$5267a8c0@Jocke> (raw)
In-Reply-To: <1192901822-20431-1-git-send-email-Joakim.Tjernlund@transmode.se>
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@vger.kernel.org
> Cc: Joakim Tjernlund
> Subject: [PATCH] Fix receive-pack error msg.
>
>
> Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
> ---
> 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
>
>
next parent reply other threads:[~2007-10-20 17:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1192901822-20431-1-git-send-email-Joakim.Tjernlund@transmode.se>
2007-10-20 17:44 ` Joakim Tjernlund [this message]
2007-10-20 19:31 [PATCH] Fix receive-pack error msg Joakim Tjernlund
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003701c81340$e9a44230$5267a8c0@Jocke' \
--to=joakim.tjernlund@transmode.se \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).