]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-archive.c
Teach --exec to git-archive --remote
authorJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 11:02:57 +0000 (04:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 20:39:32 +0000 (13:39 -0700)
commitfe5ab763f848cfcda22001f9280625f06c4c3760
tree965dbea34df83488fc477b18f9befb081662b439
parente0ffb24877d4530208905512f7c91dd8d71e2c95
Teach --exec to git-archive --remote

Some people needed --exec to specify the location of the upload-pack
executable, because their default SSH log-in does not include the
directory they have their own private copy of git on the $PATH.
These people need to be able to say --exec to git-archive --remote
for the same reason.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-archive.c