From: Pavan Kumar Sunkara Date: Fri, 28 May 2010 06:25:49 +0000 (+0530) Subject: gitweb: Move static files into seperate subdirectory X-Git-Tag: v1.7.2-rc0~55^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/18d05328f3333e63bfffa65ac887ea16de60918c?ds=inline;hp=18d05328f3333e63bfffa65ac887ea16de60918c gitweb: Move static files into seperate subdirectory Create a new subdirectory called 'static' in gitweb/, and move all static files required by gitweb.cgi when running, which means styles, images and Javascript code. This should make gitweb more readable and easier to maintain. Update t/gitweb-lib.sh to reflect this change.The install-gitweb now also include moving of static files into 'static' subdirectory in target directory: update Makefile, gitweb's INSTALL, README and Makefile accordingly. 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 ---