233 Commits (9e756904d05a53f1f519492ea1addc3e3163c678)

Author SHA1 Message Date
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
Jakub Narebski 9f5dcb8168 gitweb: Refactor generation of shortlog, tags and heads body 19 years ago
Jakub Narebski 594e212bc8 gitweb: Ref refactoring - use git_get_referencing for marking tagged/head commits 19 years ago
Jakub Narebski 7ca84b5062 gitweb: Remove characters entities entirely when shortening string 19 years ago
Jakub Narebski 27fb8c40c6 gitweb: Headers refactoring - use git_header_div for header divs 19 years ago
Jakub Narebski 6855f42ecd gitweb: Remove $project from git_get_paging_nav arguments 19 years ago
Jakub Narebski 43ffc06d98 gitweb: Pager refactoring - use git_get_paging_nav for pagination 19 years ago
Jakub Narebski 898a893fc9 gitweb: Add "\n" after <br/> in git_page_nav 19 years ago
Jakub Narebski 7d91010df4 gitweb: Show project descriptions with utf-8 characters in project list correctly 19 years ago
Jakub Narebski 3dc1383290 gitweb: Replace form-feed character by ^L 19 years ago
Jakub Narebski 0d83ddc40f gitweb: Navbar refactoring - use git_page_nav to generate navigation bar 19 years ago
Jakub Narebski b18f9bf462 gitweb: Add git_page_nav for later use 19 years ago
Jakub Narebski 0881d2d130 gitweb: Cleanup - chomp @lines in consistent style 19 years ago
Jakub Narebski cefda27f74 gitweb: Cleanup - chomp $line in consistent style 19 years ago
Jakub Narebski 044bfdc8cb gitweb: More explicit error messages for open "-|" 19 years ago
Jakub Narebski dda754f7d4 gitweb: simplify git_get_hash_by_path 19 years ago
Jakub Narebski b9182987a8 gitweb: Use list for of open for running git commands, thorougly. 19 years ago
Jakub Narebski 5be01bc8d5 gitweb: whitespace cleanup 19 years ago
Johannes Schindelin 4325b4ad16 gitweb: fix two warnings 19 years ago
Daniel Drake 143c89b003 gitweb: escape tag comments 19 years ago
Luben Tuikov acb0f6f337 gitweb.cgi: git_blame2: slight optimization reading the blame lines 19 years ago
Luben Tuikov 6343310615 gitweb.cgi: Centralize printing of the page path 19 years ago
Luben Tuikov cc1bf97e24 gitweb.cgi: git_blame2: Revision blocks now have alternating colors 19 years ago
Luben Tuikov 93d5f0619c gitweb.cgi: Show "raw" head of project link even when $hash is not defined 19 years ago
Luben Tuikov 4f7b34c98f gitweb.cgi: git_blame2: Allow back-trekking through commits 19 years ago
Luben Tuikov 1f2857ea32 gitweb.cgi: git_blame2: an alternative simple working git blame 19 years ago
Luben Tuikov cff0771bfb gitweb.cgi: Include direct link to "raw" files from "history" 19 years ago
Luben Tuikov c6e1d9ed50 gitweb.cgi: Teach git_history() to read hash from $hash_base 19 years ago
Luben Tuikov 4b7ce6e2d6 gitweb.css: Use monospace fonts for commits and tree-diff. 19 years ago
Alp Toker e130ddaaf3 gitweb: Make command invocations go through the git wrapper 19 years ago