]> git.ipfire.org Git - thirdparty/git.git/commit - git-instaweb.sh
git-instaweb: Fix Apache environment variable passing
authorDan McGee <dpmcgee@gmail.com>
Wed, 30 Jun 2010 02:44:59 +0000 (21:44 -0500)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Jul 2010 18:13:47 +0000 (11:13 -0700)
commit2989f516d54a8d453edefbfe955459d7944aedb5
treed9208b53222241514acdd6cc3ef69f2f545222c9
parent1849f01b5b6b442c131d9b88bf39bb8671058a98
git-instaweb: Fix Apache environment variable passing

We were passing the non-existent GIT_EXEC_DIR through instead of the real
GIT_EXEC_PATH. In addition, these weren't being passed at all for CGI (non
mod_perl) execution so get them included there as well.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-instaweb.sh