On Friday 28 May 2010 08:25:49 Pavan Kumar Sunkara wrote:
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 [off-list ref]
Mentored-by: Petr Baudis [off-list ref]
Acked-by: Jakub Narebski <redacted>
That's nice but you should probably have sent the patch series to Junio too
according to this part of the SubmittingPatches document:
"- send the patch to the list (git@vger.kernel.org) and the maintainer
(gitster@pobox.com) if (and only if) the patch is ready for inclusion."
Thanks,
Christian.