| Commit message (Expand) | Author | Age | Files | Lines |
* | gitweb: use Perl built-in utf8 function for UTF-8 decoding. | İsmail Dönmez | 2007-12-04 | 1 | -4/+3 |
* | Merge branch 'dc/gitweb' | Junio C Hamano | 2007-12-02 | 1 | -0/+2 |
|\ |
|
| * | gitweb: the commitdiff is very commonly used, it's needed on search page, too | Denis Cheng | 2007-12-02 | 1 | -0/+2 |
* | | gitweb: Update and improve gitweb/README file | Jakub Narebski | 2007-12-02 | 1 | -18/+197 |
|/ |
|
* | gitweb: Put project README in div.readme, fix its padding | Jakub Narebski | 2007-11-20 | 2 | -1/+7 |
* | gitweb: Style all tables using CSS | Jakub Narebski | 2007-11-20 | 2 | -15/+11 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-11 | 1 | -1/+1 |
|\ |
|
| * | gitweb: correct month in date display for atom feeds | Vincent Zanotti | 2007-11-10 | 1 | -1/+1 |
* | | gitweb: Use config file for repository description and URLs | Jakub Narebski | 2007-11-02 | 1 | -2/+8 |
* | | gitweb: Read repo config using 'git config -z -l' | Jakub Narebski | 2007-11-02 | 1 | -7/+108 |
* | | gitweb: Use href(-replay=>1, action=>...) to generate alternate views | Jakub Narebski | 2007-11-02 | 1 | -18/+11 |
* | | gitweb: Use href(-replay=>1, page=>...) to generate pagination links | Jakub Narebski | 2007-11-02 | 1 | -29/+15 |
* | | gitweb: Easier adding/changing parameters to current URL | Jakub Narebski | 2007-11-02 | 1 | -0/+9 |
* | | gitweb: Add 'status_str' to parse_difftree_raw_line output | Jakub Narebski | 2007-11-01 | 1 | -2/+3 |
* | | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line | Jakub Narebski | 2007-11-01 | 1 | -7/+10 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | gitweb: Update config file example for snapshot feature in gitweb/INSTALL | Jakub Narebski | 2007-11-01 | 1 | -1/+1 |
* | | Merge branch 'jn/web' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -85/+67 |
|\ \ |
|
| * | | gitweb: Fix and simplify "split patch" detection | Jakub Narebski | 2007-10-29 | 1 | -85/+67 |
* | | | gitweb: Use chop_and_escape_str in more places. | David Symonds | 2007-10-24 | 1 | -3/+3 |
* | | | gitweb: Refactor abbreviation-with-title-attribute code. | David Symonds | 2007-10-24 | 1 | -24/+21 |
* | | | gitweb: Provide title attributes for abbreviated author names. | David Symonds | 2007-10-22 | 1 | -5/+29 |
|/ / |
|
* | | gitweb: speed up project listing on large work trees by limiting find depth | Luke Lu | 2007-10-17 | 1 | -0/+10 |
|/ |
|
* | gitweb: No difftree output for trivial merge | Jakub Narebski | 2007-09-23 | 1 | -1/+1 |
* | gitweb: Remove parse_from_to_diffinfo code from git_patchset_body | Jakub Narebski | 2007-09-23 | 1 | -35/+1 |
* | gitweb: Fix escaping HTML of project owner in 'projects_list' and | Jakub Narebski | 2007-08-28 | 1 | -2/+2 |
* | gitweb: Lift any characters restriction on searched strings | Petr Baudis | 2007-08-27 | 1 | -3/+0 |
* | gitweb: Fix searchbox positioning | Petr Baudis | 2007-08-26 | 1 | -1/+1 |
* | gitweb: Fix handling of $file_name in feed generation | Jakub Narebski | 2007-08-04 | 1 | -1/+1 |
* | gitweb: do not choke on recursive symlink | Junio C Hamano | 2007-08-03 | 1 | -0/+1 |
* | gitweb: Allow for multivalued parameters passed to href subroutine | Jakub Narebski | 2007-07-28 | 1 | -1/+7 |
* | gitweb: Simplify 'opt' parameter validation, add "no merges" feeds | Jakub Narebski | 2007-07-28 | 1 | -5/+12 |
* | gitweb: Show submodule entries in the 'tree' view | Jakub Narebski | 2007-07-28 | 1 | -3/+35 |
* | gitweb: fix broken snapshot | Junio C Hamano | 2007-07-25 | 1 | -1/+1 |
* | gitweb: More detailed error messages for snapshot format | Jakub Narebski | 2007-07-24 | 1 | -3/+10 |
* | gitweb: Fix support for legacy gitweb config for snapshots | Jakub Narebski | 2007-07-22 | 1 | -7/+20 |
* | gitweb: snapshot cleanups & support for offering multiple formats | Matt McCutchen | 2007-07-21 | 1 | -50/+116 |
* | gitweb cleanup: Move @diff_opts declaration earlier | Jakub Narebski | 2007-07-20 | 1 | -10/+10 |
* | gitweb: new cgi parameter: opt | Miklos Vajna | 2007-07-12 | 1 | -0/+19 |
* | gitweb: configurable width for the projects list Description column | Michael Hendricks | 2007-07-11 | 1 | -1/+4 |
* | gitweb: make "No commits" in project list gray, not bold green | Matt McCutchen | 2007-07-07 | 2 | -0/+7 |
* | gitweb: make search form generate pathinfo-style URLs | Matt McCutchen | 2007-07-07 | 1 | -3/+9 |
* | gitweb: prefer git_get_project_owner() over get_file_owner() | Miklos Vajna | 2007-07-07 | 1 | -2/+2 |
* | gitweb: make repeated calls to git_get_project_owner() bearable | Junio C Hamano | 2007-07-07 | 1 | -8/+20 |
* | gitweb: change filename/directory name of snapshots | Matthias Lederhofer | 2007-06-12 | 1 | -1/+3 |
* | gitweb: '--cc' for merges in 'commitdiff' view | Jakub Narebski | 2007-06-10 | 1 | -12/+99 |
* | gitweb: Add links to blobdiffs in from-file/to-file header for merges | Jakub Narebski | 2007-06-10 | 1 | -3/+14 |
* | gitweb: Create special from-file/to-file header for combined diff | Jakub Narebski | 2007-06-10 | 1 | -11/+27 |
* | gitweb: Split git_patchset_body into separate subroutines | Jakub Narebski | 2007-06-10 | 1 | -111/+202 |
* | gitweb: Improve "next" link in commitdiff view | Jakub Narebski | 2007-06-10 | 1 | -1/+8 |