From: Kevin Green <Kevin.T.Green@morganstanley.com>
To: Julian Phillips <julian@quantumfyre.co.uk>
Cc: git@vger.kernel.org
Subject: Re: [RFC][PATCH] Fix assumption that git is installed in a standard place on the remote end ssh
Date: Fri, 15 Jun 2007 11:40:00 -0400 [thread overview]
Message-ID: <20070615154000.GK14677@menevado.ms.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0706151628180.31972@reaper.quantumfyre.co.uk>
On 06/15/07 11:30:12, Julian Phillips wrote:
> On Fri, 15 Jun 2007, Kevin Green wrote:
>
> >
> > Hi,
> >
> > I've run into a problem pushing/pulling where we don't (READ: can't) have git installed in the
> > standard location. This leads to a failure on trying to find the git binaries
> > on the remote end. I've looked through the archives and didn't come across
> > any similar discussions. Please point me there if I've missed something...
>
> from the git-pull manpage:
>
> --upload-pack <upload-pack>
> When given, and the repository to fetch from is handled by
> git-fetch-pack, --exec=<upload-pack> is passed to the command
> to specify non-default path for the command run on the other
> end.
>
> and git-pull:
>
> --receive-pack=<git-receive-pack>
> Path to the git-receive-pack program on the remote end.
> Sometimes useful when pushing to a remote repository over ssh,
> and you do not have the program in a directory on the default
> $PATH.
Thanks!
I did completely miss this when I went through the manpage...
I'm thinking I like the env var idea much more though. I can just export it
in my shell and it works in both cases. I could of course alias the commands
so I don't have to keep typing it everytime, but that's more painful still...
--Kevin
next prev parent reply other threads:[~2007-06-15 15:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-15 15:03 [RFC][PATCH] Fix assumption that git is installed in a standard place on the remote end ssh Kevin Green
2007-06-15 15:30 ` Julian Phillips
2007-06-15 15:40 ` Kevin Green [this message]
2007-06-15 15:54 ` Raimund Bauer
2007-06-19 0:16 ` Johannes Schindelin
2007-06-22 1:30 ` Kevin Green
2007-06-22 10:47 ` Johannes Schindelin
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=20070615154000.GK14677@menevado.ms.com \
--to=kevin.t.green@morganstanley.com \
--cc=git@vger.kernel.org \
--cc=julian@quantumfyre.co.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.