Age | Commit message (Expand) | Author | Files | Lines |
2007-11-02 | gitweb: Use config file for repository description and URLs | Jakub Narebski | 1 | -2/+8 |
2007-11-02 | gitweb: Read repo config using 'git config -z -l' | Jakub Narebski | 1 | -7/+108 |
2007-11-02 | gitweb: Use href(-replay=>1, action=>...) to generate alternate views | Jakub Narebski | 1 | -18/+11 |
2007-11-02 | gitweb: Use href(-replay=>1, page=>...) to generate pagination links | Jakub Narebski | 1 | -29/+15 |
2007-11-02 | gitweb: Easier adding/changing parameters to current URL | Jakub Narebski | 1 | -0/+9 |
2007-11-01 | gitweb: Add 'status_str' to parse_difftree_raw_line output | Jakub Narebski | 1 | -2/+3 |
2007-11-01 | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line | Jakub Narebski | 1 | -7/+10 |
2007-11-01 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-01 | gitweb: Update config file example for snapshot feature in gitweb/INSTALL | Jakub Narebski | 1 | -1/+1 |
2007-10-30 | Merge branch 'jn/web' into HEAD | Junio C Hamano | 1 | -85/+67 |
2007-10-29 | gitweb: Fix and simplify "split patch" detection | Jakub Narebski | 1 | -85/+67 |
2007-10-24 | gitweb: Use chop_and_escape_str in more places. | David Symonds | 1 | -3/+3 |
2007-10-24 | gitweb: Refactor abbreviation-with-title-attribute code. | David Symonds | 1 | -24/+21 |
2007-10-22 | gitweb: Provide title attributes for abbreviated author names. | David Symonds | 1 | -5/+29 |
2007-10-17 | gitweb: speed up project listing on large work trees by limiting find depth | Luke Lu | 1 | -0/+10 |
2007-09-23 | gitweb: No difftree output for trivial merge | Jakub Narebski | 1 | -1/+1 |
2007-09-23 | gitweb: Remove parse_from_to_diffinfo code from git_patchset_body | Jakub Narebski | 1 | -35/+1 |
2007-08-28 | gitweb: Fix escaping HTML of project owner in 'projects_list' and | Jakub Narebski | 1 | -2/+2 |
2007-08-27 | gitweb: Lift any characters restriction on searched strings | Petr Baudis | 1 | -3/+0 |
2007-08-26 | gitweb: Fix searchbox positioning | Petr Baudis | 1 | -1/+1 |
2007-08-04 | gitweb: Fix handling of $file_name in feed generation | Jakub Narebski | 1 | -1/+1 |
2007-08-03 | gitweb: do not choke on recursive symlink | Junio C Hamano | 1 | -0/+1 |
2007-07-28 | gitweb: Allow for multivalued parameters passed to href subroutine | Jakub Narebski | 1 | -1/+7 |
2007-07-28 | gitweb: Simplify 'opt' parameter validation, add "no merges" feeds | Jakub Narebski | 1 | -5/+12 |
2007-07-28 | gitweb: Show submodule entries in the 'tree' view | Jakub Narebski | 1 | -3/+35 |
2007-07-25 | gitweb: fix broken snapshot | Junio C Hamano | 1 | -1/+1 |
2007-07-24 | gitweb: More detailed error messages for snapshot format | Jakub Narebski | 1 | -3/+10 |
2007-07-22 | gitweb: Fix support for legacy gitweb config for snapshots | Jakub Narebski | 1 | -7/+20 |
2007-07-21 | gitweb: snapshot cleanups & support for offering multiple formats | Matt McCutchen | 1 | -50/+116 |
2007-07-20 | gitweb cleanup: Move @diff_opts declaration earlier | Jakub Narebski | 1 | -10/+10 |
2007-07-12 | gitweb: new cgi parameter: opt | Miklos Vajna | 1 | -0/+19 |
2007-07-11 | gitweb: configurable width for the projects list Description column | Michael Hendricks | 1 | -1/+4 |
2007-07-07 | gitweb: make "No commits" in project list gray, not bold green | Matt McCutchen | 2 | -0/+7 |
2007-07-07 | gitweb: make search form generate pathinfo-style URLs | Matt McCutchen | 1 | -3/+9 |
2007-07-07 | gitweb: prefer git_get_project_owner() over get_file_owner() | Miklos Vajna | 1 | -2/+2 |
2007-07-07 | gitweb: make repeated calls to git_get_project_owner() bearable | Junio C Hamano | 1 | -8/+20 |
2007-06-12 | gitweb: change filename/directory name of snapshots | Matthias Lederhofer | 1 | -1/+3 |
2007-06-10 | gitweb: '--cc' for merges in 'commitdiff' view | Jakub Narebski | 1 | -12/+99 |
2007-06-10 | gitweb: Add links to blobdiffs in from-file/to-file header for merges | Jakub Narebski | 1 | -3/+14 |
2007-06-10 | gitweb: Create special from-file/to-file header for combined diff | Jakub Narebski | 1 | -11/+27 |
2007-06-10 | gitweb: Split git_patchset_body into separate subroutines | Jakub Narebski | 1 | -111/+202 |
2007-06-10 | gitweb: Improve "next" link in commitdiff view | Jakub Narebski | 1 | -1/+8 |
2007-06-10 | gitweb: Provide links to commitdiff to each parent in 'commitdiff' view | Jakub Narebski | 2 | -0/+26 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-06-03 | gitweb: Handle non UTF-8 text better | Martin Koegler | 1 | -10/+31 |
2007-05-23 | gitweb.perl - Optionally send archives as .zip files | Mark Levedahl | 1 | -8/+17 |
2007-05-18 | gitweb: Fix "Use of uninitialized value" warning in git_feed | Jakub Narebski | 1 | -1/+2 |
2007-05-18 | gitweb: Remove redundant $searchtype setup | Petr Baudis | 1 | -7/+0 |
2007-05-17 | gitweb: Allow arbitrary strings to be dug with pickaxe | Petr Baudis | 1 | -2/+4 |
2007-05-17 | gitweb: Add support for grep searches | Petr Baudis | 2 | -2/+125 |