| Commit message (Expand) | Author | Age |
* | gitweb: Cleanup Git logo and Git logo target generation | Jakub Narebski | 2006-10-08 |
* | gitweb: [commit view] Do not suppress commitdiff link in root commit | Petr Baudis | 2006-10-07 |
* | gitweb: Handle commits with empty commit messages more reasonably | Petr Baudis | 2006-10-07 |
* | gitweb: Separate (new) and (deleted) in commitdiff by a space | Petr Baudis | 2006-10-07 |
* | Show snapshot link in shortlog only if have_snapsho | Petr Baudis | 2006-10-07 |
* | gitweb: refactor decode() for utf8 conversion | Yasushi SHOJI | 2006-10-06 |
* | gitweb: Make the Git logo link target to point to the homepage | Junio C Hamano | 2006-10-05 |
* | gitweb: blame: Minimize vertical table row padding | Luben Tuikov | 2006-10-05 |
* | gitweb: Do not print "log" and "shortlog" redundantly in commit view | Luben Tuikov | 2006-10-05 |
* | tar-tree deprecation: we eat our own dog food. | Junio C Hamano | 2006-10-05 |
* | Update the gitweb/README file to include setting the GITWEB_CONFIG environment | Alan Chandler | 2006-10-03 |
* | gitweb: document webserver configuration for common gitweb/repo URLs. | Martin Waitz | 2006-10-03 |
* | gitweb: Escape ESCAPE (\e) character | Luben Tuikov | 2006-10-03 |
* | Merge branch 'lt/web' | Junio C Hamano | 2006-09-30 |
|\ |
|
| * | gitweb: tree view: hash_base and hash are now context sensitive | Luben Tuikov | 2006-09-30 |
| * | gitweb: History: blob and tree are first, then commitdiff, etc | Luben Tuikov | 2006-09-28 |
| * | gitweb: Remove redundant "commit" from history | Luben Tuikov | 2006-09-28 |
| * | gitweb: Don't use quotemeta on internally generated strings | Luben Tuikov | 2006-09-28 |
| * | gitweb: Add snapshot to shortlog | Luben Tuikov | 2006-09-28 |
| * | gitweb: Factor out gitweb_have_snapshot() | Luben Tuikov | 2006-09-28 |
| * | gitweb: Remove redundant "commit" link from shortlog | Luben Tuikov | 2006-09-28 |
| * | gitweb: "alternate" starts with shade (i.e. 1) | Luben Tuikov | 2006-09-28 |
| * | gitweb: Add history and blame to git_difftree_body() | Luben Tuikov | 2006-09-27 |
| * | gitweb: Remove excessively redundant entries from git_difftree_body | Luben Tuikov | 2006-09-27 |
| * | Revert "gitweb: extend blame to show links to diff and previous" | Luben Tuikov | 2006-09-27 |
| * | gitweb: Quote filename in HTTP Content-Disposition: header | Jakub Narebski | 2006-09-27 |
| * | gitweb: Add git_url subroutine, and use it to quote full URLs | Jakub Narebski | 2006-09-27 |
| * | gitweb: Split validate_input into validate_pathname and validate_refname | Jakub Narebski | 2006-09-27 |
| * | gitweb: Use "return" instead of "return undef" for some subs | Jakub Narebski | 2006-09-27 |
| * | gitweb: Strip trailing slashes from $path in git_get_hash_by_path | Jakub Narebski | 2006-09-27 |
| * | gitweb: extend blame to show links to diff and previous | Luben Tuikov | 2006-09-27 |
| * | gitweb: Remove redundant "tree" link | Luben Tuikov | 2006-09-26 |
| * | gitweb: tree view: eliminate redundant "blob" | Luben Tuikov | 2006-09-25 |
* | | gitweb: Decode long title for link tooltips | Yasushi SHOJI | 2006-09-27 |
|/ |
|
* | gitweb: fix over-eager application of esc_html(). | Petr Baudis | 2006-09-24 |
* | gitweb: Consolidate escaping/validation of query string | Petr Baudis | 2006-09-23 |
* | Fix snapshot link in tree view | Petr Baudis | 2006-09-22 |
* | gitweb: Fix @git_base_url_list usage | Petr Baudis | 2006-09-22 |
* | gitweb: Fix tree link associated with each commit log entry. | Petr Baudis | 2006-09-22 |
* | Make path in tree view look nicer | Petr Baudis | 2006-09-22 |
* | gitweb: Relabel "head" as "HEAD" | Petr Baudis | 2006-09-21 |
* | gitweb: Rename "plain" labels to "raw" | Petr Baudis | 2006-09-21 |
* | gitweb: Link to associated tree from a particular log item in full log view | Petr Baudis | 2006-09-21 |
* | gitweb: Link to latest tree from the head line in heads list | Petr Baudis | 2006-09-21 |
* | gitweb: Link to tree instead of snapshot in shortlog | Petr Baudis | 2006-09-21 |
* | gitweb: More per-view navigation bar links | Petr Baudis | 2006-09-21 |
* | gitweb: Link (HEAD) tree for each project from projects list | Petr Baudis | 2006-09-21 |
* | gitweb: Make git_get_hash_by_path check type if provided | Jakub Narebski | 2006-09-21 |
* | Fix showing of path in tree view | Petr Baudis | 2006-09-21 |
* | gitweb: fix display of trees via PATH_INFO. | Martin Waitz | 2006-09-21 |