Repository not found
	The repository you were looking for was not found on this server. Please check the URL and look for$
".$repo."
\n";
	$lastcommit = shell_exec("git log --summary --quiet --oneline --abbrev-commit --format=format:'%an %s %h (%ar)' -n 1 ".escapeshellarg($branch)." -- ".escapeshellarg($path));
	echo "".$lastcommit."";
	$content = shell_exec("git --git-dir ".GIT_DIR."/".escapeshellcmd($repo).".git/ log --format= -p -n 1 ".escapeshellarg($branch)." -- ".escapeshellarg($path));
	echo "\n".htmlspecialchars($content)."
\n";
?>