From e3da6169f8692a58756ee1ffa05a97032598ca1f Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 2 Feb 2014 20:08:00 -0800 Subject: [PATCH] Update git.git to version 1.7.6.6 The static gitweb files moved into a static subdirectory in version 1.7.2 but otherwise no changes are needed. --- git.git | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git.git b/git.git index 45cf66e..bf0b3c5 160000 --- a/git.git +++ b/git.git @@ -1 +1 @@ -Subproject commit 45cf66e40e6cd5d1e54bbc5ad4fc83c43851a562 +Subproject commit bf0b3c5c8c60bff531ab0d0e8cf5b9c32fc2e23a diff --git a/install.sh b/install.sh index 2e01dd8..55feff4 100755 --- a/install.sh +++ b/install.sh @@ -136,7 +136,7 @@ if [ ! -f git.git/Makefile ]; then fi mkdir -p "$cfg_webroot" "$cfg_cgiroot" (cd git.git && make --quiet gitweb/gitweb.cgi && cp gitweb/gitweb.cgi "$cfg_cgiroot" \ - && cp gitweb/*.png gitweb/*.css gitweb/*.js "$cfg_webroot") + && cp gitweb/static/*.png gitweb/static/*.css gitweb/static/*.js "$cfg_webroot") echo "*** Setting up git-browser from git-browser.git..." -- 2.11.4.GIT