]> Lady’s Gitweb - Gitweb/commit
gitweb: Move static files into seperate subdirectory
authorPavan Kumar Sunkara <redacted>
Fri, 28 May 2010 06:25:49 +0000 (11:55 +0530)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:40 +0000 (00:50 -0400)
commit6dd7da0b0d5100f940ecd1d4dd7739d8dbc9ba664f5953ff15809cfbf2360535
treec6866c2feb10b1f40a245d695149b1feb20d83a3e1a857ab55ae0eaeddb22568
parentc84a940733d70d21cd9f534afd5db397ec9782e47119f91b15288e423ceca9b9
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 <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Petr Baudis <redacted>
Acked-by: Jakub Narebski <redacted>
Acked-by: Petr Baudis <redacted>
Signed-off-by: Junio C Hamano <redacted>
INSTALL
Makefile
README
static/git-favicon.png [moved from git-favicon.png with 100% similarity]
static/git-logo.png [moved from git-logo.png with 100% similarity]
static/gitweb.css [moved from gitweb.css with 100% similarity]
static/gitweb.js [moved from gitweb.js with 100% similarity]
This page took 0.254786 seconds and 4 git commands to generate.