Re: [PATCH] Make clients ask for "git program" over ssh and local transport

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Wednesday, June 25, 2008 - 4:13 pm

Junio C Hamano <gitster@pobox.com> wrote:

Ack.  Thanks for cleaning up the code in connect.c to not segfault
or send garbage.

I think you want to squash this in as well:

diff --git a/builtin-send-pack.c b/builtin-send-pack.c
index d76260c..f693a6d 100644
--- a/builtin-send-pack.c
+++ b/builtin-send-pack.c
@@ -12,7 +12,7 @@ static const char send_pack_usage[] =
 "  --all and explicit <ref> specification are mutually exclusive.";
 
 static struct send_pack_args args = {
-	/* .receivepack = */ "git-receive-pack",
+	/* .receivepack = */ "git receive-pack",
 };
 
 /*
 

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] daemon: accept &quot;git program&quot; as well, Junio C Hamano, (Wed Jun 25, 3:47 pm)
Re: [PATCH] daemon: accept &quot;git program&quot; as well, Shawn O. Pearce, (Wed Jun 25, 4:02 pm)
Re: [PATCH] Make clients ask for "git program" over ssh an ..., Shawn O. Pearce, (Wed Jun 25, 4:13 pm)
Re: [PATCH] daemon: accept &quot;git program&quot; as well, Junio C Hamano, (Wed Jun 25, 4:26 pm)
Re: [PATCH] daemon: accept &quot;git program&quot; as well, Tommi Virtanen, (Thu Jun 26, 1:20 am)
Re: [PATCH] daemon: accept &quot;git program&quot; as well, Junio C Hamano, (Thu Jun 26, 4:42 pm)