aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/generate-gitweb-js.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-12-07Makefile: extract script to generate gitweb.jsPatrick Steinhardt1-0/+12
Similar to the preceding commit, also extract the script to generate the "gitweb.js" file. While the logic itself is trivial, it helps us avoid duplication of logic across build systems and ensures that the build systems will remain in sync with each other in case the logic ever needs to change. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>