Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- Date: Tue, 24 Jun 2008 22:13:18 -0700
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Subject: Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
Junio C Hamano <gitster@xxxxxxxxx> writes: > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > >>> Any other suggestions that is workable? >> >> diff --git a/builtin-clone.c b/builtin-clone.c >> index 5c5acb4..98d0f0f 100644 >> --- a/builtin-clone.c >> +++ b/builtin-clone.c >> @@ -37,7 +37,7 @@ static int option_quiet, option_no_checkout, option_bare; > > << a patch to conditionally change "git-program" default to "git program" > snipped >> Typofix: s/cond/uncond/; > How would that help client that talk with git-daemon, unlike what I sent > earlier? If we force --upload-pack workaround to _everybody_ we are already lost. Also I think the previous one still lets you work it around by giving a full path, like "/usr/local/bin/git-upload-pack", because "/usr" does not match "git-" ;-) -- 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
- Follow-Ups:
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Shawn O. Pearce
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Junio C Hamano
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- References:
- Re: What's cooking in git.git (topics)
- From: Junio C Hamano
- Re: What's cooking in git.git (topics)
- From: Miklos Vajna
- Re: What's cooking in git.git (topics)
- From: Junio C Hamano
- Re: What's cooking in git.git (topics)
- From: Miklos Vajna
- Re: What's cooking in git.git (topics)
- From: Junio C Hamano
- Re: What's cooking in git.git (topics)
- From: しらいしななこ
- [PATCH] Keep some git-* programs in $(bindir)
- From: Junio C Hamano
- [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Junio C Hamano
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Shawn O. Pearce
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Junio C Hamano
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Shawn O. Pearce
- Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- From: Junio C Hamano
- Re: What's cooking in git.git (topics)
- Prev by Date: Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- Next by Date: Re: [PATCH] Ship sample hooks with .sample suffix
- Previous by thread: Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- Next by thread: Re: [PATCH] Ask for "git program" when asking for "git-program" over SSH connection
- Index(es):