]> sourceware.org Git - systemtap-htdocs.git/commitdiff
/usr/bin/git went away
authorfche <fche>
Wed, 10 Jun 2009 01:37:03 +0000 (01:37 +0000)
committerfche <fche>
Wed, 10 Jun 2009 01:37:03 +0000 (01:37 +0000)
examples/gitweb.php

index fc2499adacfadd3b6d0829dd03e4603e2046d0c0..6d2dc78f36cbe64068bb74f441dcf8ad52e6139a 100644 (file)
@@ -11,5 +11,5 @@ switch ($pathparts['extension']) {
  case "html": header ("Content-Type: text/html"); break;
  default: header ("Content-Type: text/plain");
 }
-passthru ("git --git-dir=/git/systemtap.git show HEAD:$gitfile1");
+passthru ("/usr/local/bin/git --git-dir=/git/systemtap.git show HEAD:$gitfile1");
 ?>
This page took 0.025827 seconds and 5 git commands to generate.