git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how about removing --exec-path?
@ 2008-07-25  9:40 Alex Riesen
  2008-07-26  2:49 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Riesen @ 2008-07-25  9:40 UTC (permalink / raw)
  To: git

The thing has at least this problem: is not passed to upload-pack when
running fetch. So upload-pack, everything past it gets called either
from GIT_EXEC_PATH (which usually is not set) or from builtin exec
path (and that's annoying when debugging for instance index-pack).

The feature has a stable alternative ($GIT_EXEC_PATH) anyway.

Or maybe just replace the whole argv_exec_path handling with a plain
setenv("GIT_EXEC_PATH", exec_path, 1)?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-26  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25  9:40 how about removing --exec-path? Alex Riesen
2008-07-26  2:49 ` Johannes Schindelin
2008-07-26  6:48   ` Alex Riesen

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).