summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Make the Git logo link target to point to the homepageJunio C Hamano2006-10-051-1/+6
* gitweb: Do not print "log" and "shortlog" redundantly in commit viewLuben Tuikov2006-10-051-5/+0
* tar-tree deprecation: we eat our own dog food.Junio C Hamano2006-10-051-3/+6
* gitweb: Escape ESCAPE (\e) characterLuben Tuikov2006-10-031-0/+1
* Merge branch 'lt/web'Junio C Hamano2006-09-301-148/+175
|\
| * gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov2006-09-301-9/+9
| * gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov2006-09-281-2/+2
| * gitweb: Remove redundant "commit" from historyLuben Tuikov2006-09-281-1/+0
| * gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov2006-09-281-5/+4
| * gitweb: Add snapshot to shortlogLuben Tuikov2006-09-281-1/+2
| * gitweb: Factor out gitweb_have_snapshot()Luben Tuikov2006-09-281-5/+9
| * gitweb: Remove redundant "commit" link from shortlogLuben Tuikov2006-09-281-1/+0
| * gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov2006-09-281-8/+8
| * gitweb: Add history and blame to git_difftree_body()Luben Tuikov2006-09-271-12/+23
| * gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov2006-09-271-58/+34
| * Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov2006-09-271-17/+1
| * gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski2006-09-271-8/+9
| * gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski2006-09-271-1/+10
| * gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski2006-09-271-16/+47
| * gitweb: Use "return" instead of "return undef" for some subsJakub Narebski2006-09-271-2/+2
| * gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski2006-09-271-1/+1
| * gitweb: extend blame to show links to diff and previousLuben Tuikov2006-09-271-1/+17
| * gitweb: Remove redundant "tree" linkLuben Tuikov2006-09-261-10/+6
| * gitweb: tree view: eliminate redundant "blob"Luben Tuikov2006-09-251-16/+17
* | gitweb: Decode long title for link tooltipsYasushi SHOJI2006-09-271-1/+1
|/
* gitweb: fix over-eager application of esc_html().Petr Baudis2006-09-241-6/+6
* gitweb: Consolidate escaping/validation of query stringPetr Baudis2006-09-231-21/+11
* Fix snapshot link in tree viewPetr Baudis2006-09-221-1/+1
* gitweb: Fix @git_base_url_list usagePetr Baudis2006-09-221-1/+1
* gitweb: Fix tree link associated with each commit log entry.Petr Baudis2006-09-221-1/+1
* Make path in tree view look nicerPetr Baudis2006-09-221-5/+5
* gitweb: Relabel "head" as "HEAD"Petr Baudis2006-09-211-4/+4
* gitweb: Rename "plain" labels to "raw"Petr Baudis2006-09-211-4/+4
* gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis2006-09-211-0/+2
* gitweb: Link to latest tree from the head line in heads listPetr Baudis2006-09-211-1/+2
* gitweb: Link to tree instead of snapshot in shortlogPetr Baudis2006-09-211-7/+2
* gitweb: More per-view navigation bar linksPetr Baudis2006-09-211-4/+38
* gitweb: Link (HEAD) tree for each project from projects listPetr Baudis2006-09-211-1/+2
* gitweb: Make git_get_hash_by_path check type if providedJakub Narebski2006-09-211-0/+5
* Fix showing of path in tree viewPetr Baudis2006-09-211-5/+7
* gitweb: fix display of trees via PATH_INFO.Martin Waitz2006-09-211-0/+1
* gitweb: Fix thinko in git_tags and git_headsJakub Narebski2006-09-201-2/+2
* gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski2006-09-201-24/+42
* gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski2006-09-201-8/+2
* gitweb: Require project for almost all actionsJakub Narebski2006-09-201-0/+4
* gitweb: Even more support for PATH_INFO based URLsJakub Narebski2006-09-201-9/+20
* gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski2006-09-201-1/+1
* gitweb fix validating pg (page) parameterMatthias Lederhofer2006-09-171-1/+1
* gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer2006-09-171-13/+21
* gitweb: export optionsMatthias Lederhofer2006-09-171-3/+20