From: Pavan Kumar Sunkara Date: Fri, 28 May 2010 06:25:52 +0000 (+0530) Subject: git-instaweb: Configure it to work with new gitweb structure X-Git-Tag: v1.7.2-rc0~55^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0cb4ed3e653a37a53ef3a1e08daa42ac9cbc3fc?ds=inline;hp=c0cb4ed3e653a37a53ef3a1e08daa42ac9cbc3fc git-instaweb: Configure it to work with new gitweb structure git-instaweb in its current form (re)creates gitweb.cgi and (some of) required static files in $GIT_DIR/gitweb/ directory. Splitting gitweb would make it difficult for git-instaweb to continue with this method. Use the instaweb.gitwebdir config variable to point git-instaweb script to a global directory which contains gitweb files as server root and the httpd.conf along with server logs and pid go into '$(GIT_DIR)/gitweb' directory. Signed-off-by: Pavan Kumar Sunkara Mentored-by: Christian Couder Mentored-by: Petr Baudis Acked-by: Jakub Narebski Acked-by: Petr Baudis Signed-off-by: Junio C Hamano ---