summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2026-02-17gitweb: let page header grow on mobile for long wrapped project namesRito Rhymes-1/+1
2026-02-17gitweb: fix mobile footer overflow by wrapping text and clearing floatsRito Rhymes-1/+7
2026-02-17gitweb: fix mobile page overflow across log/commit/blob/diff viewsRito Rhymes-0/+52
2026-02-17gitweb: prevent project search bar from overflowing on mobileRito Rhymes-0/+12
2026-02-17gitweb: add viewport meta tag for mobile devicesRito Rhymes-0/+1
2025-04-01meson: distinguish build and target host binariesPatrick Steinhardt-1/+1
2025-04-01gitweb: fix generation of "gitweb.js"Patrick Steinhardt-1/+1
2024-12-15Merge branch 'ps/build'Junio C Hamano-53/+225
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano-1/+1
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt-0/+89
2024-12-07Makefile: extract script to generate gitweb.jsPatrick Steinhardt-1/+14
2024-12-07Makefile: extract script to generate gitweb.cgiPatrick Steinhardt-31/+101
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt-44/+44
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano-1/+1
2024-10-23gitweb: make use of s///rbrian m. carlson-2/+2
2024-10-23Require Perl 5.26.0brian m. carlson-1/+1
2024-07-15Merge branch 'am/gitweb-feed-use-committer-date'Junio C Hamano-2/+2
2024-07-07gitweb: rss/atom change published/updated date to committer dateJesús Ariel Cabello Mateos-2/+2
2024-01-26Merge branch 'mj/gitweb-unreadable-config-error'Junio C Hamano-1/+3
2024-01-10gitweb: die when a configuration file cannot be readMarcelo Roberto Jimenez-1/+3
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano-12/+12
2023-11-26doc: refer to internet archiveJosh Soref-1/+1
2023-11-26doc: update links for andre-simon.deJosh Soref-4/+4
2023-11-26doc: switch links to httpsJosh Soref-6/+6
2023-11-26doc: update links to current pagesJosh Soref-1/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger-2/+2
2022-08-05Merge branch 'jr/gitweb-title-shortening'Junio C Hamano-17/+0
2022-07-26gitweb: remove title shortening heuristicsJulien Rouhaud-17/+0
2022-07-18Merge branch 'ab/build-gitweb'Junio C Hamano-98/+47
2022-06-28gitweb/Makefile: add a "NO_GITWEB" parameterÆvar Arnfjörð Bjarmason-0/+2
2022-06-28gitweb/Makefile: include in top-level MakefileÆvar Arnfjörð Bjarmason-75/+16
2022-06-28gitweb: remove "test" and "test-installed" targetsÆvar Arnfjörð Bjarmason-11/+0
2022-06-28gitweb/Makefile: prepare to merge into top-level MakefileÆvar Arnfjörð Bjarmason-11/+18
2022-06-28gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} varsÆvar Arnfjörð Bjarmason-17/+18
2022-06-28gitweb/Makefile: add a $(GITWEB_ALL) variableÆvar Arnfjörð Bjarmason-1/+6
2022-06-28gitweb/Makefile: define all .PHONY prerequisites inlineÆvar Arnfjörð Bjarmason-3/+7
2022-06-02gitweb: switch to an XHTML5 DOCTYPEJason Yundt-1/+4
2022-03-08gitweb: remove invalid http-equiv="content-type"Jason Yundt-3/+1
2021-09-10Merge branch 'gh/gitweb-branch-sort'Junio C Hamano-1/+2
2021-06-10gitweb: use HEAD as secondary sort key in git_get_heads_list()Greg Hurrell-1/+2
2021-04-08gitweb: add "e-mail privacy" feature to redact e-mail addressesGeorgios Kontaxis-7/+27
2020-12-08gitweb/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones-0/+2
2020-05-01Merge branch 'eb/gitweb-more-trailers'Junio C Hamano-1/+1
2020-04-24gitweb: Recognize *-to and Closes/Fixes trailersEmma Brooks-1/+1
2020-03-29gitweb: fix UTF-8 encoding when using CGI::FastJulien Moutinho-0/+16
2020-01-08Merge branch 'do/gitweb-typofix-in-comments'Junio C Hamano-2/+2
2020-01-04gitweb: fix a couple spelling errors in commentsDenis Ovsienko-2/+2
2019-12-01Merge branch 'jk/gitweb-anti-xss'Junio C Hamano-14/+17
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano-9/+9
2019-11-18gitweb: escape URLs generated by href()Jeff King-14/+17