321 Commits (bfddbc5e1e68373ba96441ca228236667912265c)

Author SHA1 Message Date
Jakub Narebski e79ca7cc25 gitweb: Add support for per project git URLs 18 years ago
Martin Waitz 1c2a4f5add gitweb: consolidate action URL generation. 18 years ago
Martin Waitz 06a9d86b49 gitweb: provide function to format the URL for an action link. 18 years ago
Jakub Narebski 19a8721ef8 gitweb: Show project's git URL on summary page 18 years ago
Yasushi SHOJI 2de21fac98 gitweb: configurable home link string 19 years ago
Jakub Narebski 4a4a1a53d1 gitweb: Separate printing difftree in git_commit into git_difftree_body 19 years ago
Jakub Narebski d5aa50de62 gitweb: True fix: Support for the standard mime.types map in gitweb 19 years ago
Jakub Narebski 618918e541 gitweb: Skip comments in mime.types like file 19 years ago
Jakub Narebski d294e1cad4 gitweb: Change appereance of marker of refs pointing to given object 19 years ago
Jakub Narebski 1e0cf030c0 gitweb: Separate finding project owner into git_get_project_owner 19 years ago
Jakub Narebski 581860e1b8 gitweb: Separate main part of git_history into git_history_body 19 years ago
Jakub Narebski 17d0744318 gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_body 19 years ago
Jakub Narebski a446d6bb53 gitweb: Separate ref parsing in git_get_refs_list into parse_ref 19 years ago
Jakub Narebski 847e01fb00 gitweb: Great subroutines renaming 19 years ago
Jakub Narebski 26298b5f7b gitweb: Whitespace cleanup - tabs are for indent, spaces are for align 19 years ago
Luben Tuikov 82f930dead gitweb: blame table row no highlight fix 19 years ago
Luben Tuikov d636ad9743 gitweb: bugfix: git_commit and git_commitdiff parents 19 years ago
Jakub Narebski f1efc38bf2 gitweb: Remove unused variables in git_shortlog_body and git_heads 19 years ago
Matthias Lederhofer dd04c428cf gitweb: fix $project usage 19 years ago
Matthias Lederhofer 1568515d5b gitweb: fix commitdiff_plain for root commits 19 years ago
Jakub Narebski e349d21ab4 gitweb: Skip nonmatching lines in difftree output, consistently 19 years ago
Jakub Narebski b5ff2cf9a6 gitweb: fix commitdiff for root commits 19 years ago
Matthias Lederhofer bd943f4757 gitweb: check if HTTP_ACCEPT is really set 19 years ago
Jakub Narebski f16db173a4 gitweb: Refactor untabifying - converting tabs to spaces 19 years ago
Jakub Narebski 10161355ba gitweb: Inline $rss_link 19 years ago
Jakub Narebski 668e34d7cc gitweb: PATH_INFO=/ means no project 19 years ago
Jakub Narebski e2860ead31 gitweb: No error messages with unescaped/unprotected user input 19 years ago
Jakub Narebski cac4bd94fb gitweb: No periods for error messages 19 years ago
Jakub Narebski e484a2d6ad gitweb: Cleanup and uniquify error messages 19 years ago
Jakub Narebski dbd954a896 gitweb: Don't undefine query parameter related variables before die_error 19 years ago
Jakub Narebski 623e4aeb42 gitweb: Use undef for die_error to use default first (status) parameter value 19 years ago
Jakub Narebski cfd8266936 gitweb: die_error first (optional) parameter is HTTP status 19 years ago
Jakub Narebski 154b4d78cf gitweb: Separate input validation and dispatch, add comment about opml action 19 years ago
Luben Tuikov f9f02d0129 gitweb: git_tree displays blame based on repository config 19 years ago
Junio C Hamano 06c084d28b gitweb: do not use @@FOO@@ for replaced tokens 19 years ago
Matthias Lederhofer bb55f77fcd gitweb: require $ENV{'GITWEB_CONFIG'} 19 years ago
Jeff King c8d138a8c0 gitweb: optionally read config from GITWEB_CONFIG 19 years ago
Junio C Hamano ee0d3234b1 gitweb/README: do not bug Kay with gitweb questions anymore 19 years ago
Martin Waitz 281f2f6b45 gitweb: use out-of-line GIT logo. 19 years ago
Martin Waitz 5d043a3d85 gitweb: fill in gitweb configuration by Makefile 19 years ago
Jakub Narebski 6326b60cfd gitweb: Refactoring git_project_list 19 years ago
Junio C Hamano 5d1acf4da0 gitweb: avoid undefined value warning in print_page_path 19 years ago
Junio C Hamano 498934a7e5 gitweb: when showing history of a tree, show tree link not blob 19 years ago
Junio C Hamano 46b059d718 gitweb: fix use of uninitialized value. 19 years ago
Junio C Hamano b77aeb249a gitweb: an obvious cut and paste error. 19 years ago
Junio C Hamano 7a13b999a5 gitweb: There can be more than two levels of subdirectories 19 years ago
Matthias Lederhofer 8e85cdc4ef gitweb: use a hash to lookup the sub for an action 19 years ago
Jakub Narebski 717b831178 gitweb: Reordering code and dividing it into categories 19 years ago
Jakub Narebski 0349b46509 gitweb: Remove characters entities entirely when shortening string -- correction 19 years ago
Jakub Narebski 822c185907 gitweb: do not quote path for list version of open "-|" 19 years ago