summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-10-27gitweb: Check git base URLs before generating URL from itJakub Narebski
2006-10-24gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis
2006-10-22gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski
2006-10-22gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski
2006-10-08gitweb: Cleanup Git logo and Git logo target generationJakub Narebski
2006-10-07gitweb: [commit view] Do not suppress commitdiff link in root commitPetr Baudis
2006-10-07gitweb: Handle commits with empty commit messages more reasonablyPetr Baudis
2006-10-07gitweb: Separate (new) and (deleted) in commitdiff by a spacePetr Baudis
2006-10-07Show snapshot link in shortlog only if have_snapshoPetr Baudis
2006-10-06gitweb: refactor decode() for utf8 conversionYasushi SHOJI
2006-10-05gitweb: Make the Git logo link target to point to the homepageJunio C Hamano
2006-10-05gitweb: blame: Minimize vertical table row paddingLuben Tuikov
2006-10-05gitweb: Do not print "log" and "shortlog" redundantly in commit viewLuben Tuikov
2006-10-05tar-tree deprecation: we eat our own dog food.Junio C Hamano
2006-10-04Update the gitweb/README file to include setting the GITWEB_CONFIG environmentAlan Chandler
2006-10-03gitweb: document webserver configuration for common gitweb/repo URLs.Martin Waitz
2006-10-03gitweb: Escape ESCAPE (\e) characterLuben Tuikov
2006-10-01Merge branch 'lt/web'Junio C Hamano
2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov
2006-09-29gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov
2006-09-29gitweb: Remove redundant "commit" from historyLuben Tuikov
2006-09-29gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov
2006-09-29gitweb: Add snapshot to shortlogLuben Tuikov
2006-09-29gitweb: Factor out gitweb_have_snapshot()Luben Tuikov
2006-09-29gitweb: Remove redundant "commit" link from shortlogLuben Tuikov
2006-09-29gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov
2006-09-28gitweb: Add history and blame to git_difftree_body()Luben Tuikov
2006-09-28gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov
2006-09-28Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov
2006-09-27gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski
2006-09-27gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski
2006-09-27gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski
2006-09-27gitweb: Use "return" instead of "return undef" for some subsJakub Narebski
2006-09-27gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski
2006-09-27gitweb: extend blame to show links to diff and previousLuben Tuikov
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI
2006-09-27gitweb: Remove redundant "tree" linkLuben Tuikov
2006-09-26gitweb: tree view: eliminate redundant "blob"Luben Tuikov
2006-09-25gitweb: fix over-eager application of esc_html().Petr Baudis
2006-09-24gitweb: Consolidate escaping/validation of query stringPetr Baudis
2006-09-22Fix snapshot link in tree viewPetr Baudis
2006-09-22gitweb: Fix @git_base_url_list usagePetr Baudis
2006-09-22gitweb: Fix tree link associated with each commit log entry.Petr Baudis
2006-09-22Make path in tree view look nicerPetr Baudis
2006-09-22gitweb: Relabel "head" as "HEAD"Petr Baudis
2006-09-22gitweb: Rename "plain" labels to "raw"Petr Baudis
2006-09-22gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis
2006-09-22gitweb: Link to latest tree from the head line in heads listPetr Baudis
2006-09-22gitweb: Link to tree instead of snapshot in shortlogPetr Baudis
2006-09-22gitweb: More per-view navigation bar linksPetr Baudis