| Commit message (Expand) | Author | Age | Files | Lines |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | gitweb: Handle non UTF-8 text better | Martin Koegler | 2007-06-03 | 1 | -10/+31 |
* | gitweb.perl - Optionally send archives as .zip files | Mark Levedahl | 2007-05-23 | 1 | -8/+17 |
* | gitweb: Fix "Use of uninitialized value" warning in git_feed | Jakub Narebski | 2007-05-18 | 1 | -1/+2 |
* | gitweb: Remove redundant $searchtype setup | Petr Baudis | 2007-05-18 | 1 | -7/+0 |
* | gitweb: Allow arbitrary strings to be dug with pickaxe | Petr Baudis | 2007-05-17 | 1 | -2/+4 |
* | gitweb: Add support for grep searches | Petr Baudis | 2007-05-17 | 2 | -2/+125 |
* | gitweb: Normalize searchbar font size | Petr Baudis | 2007-05-17 | 1 | -1/+2 |
* | gitweb: Fix error in git_patchset_body for deletion in merge commit | Jakub Narebski | 2007-05-17 | 1 | -1/+2 |
* | gitweb: fix another use of undefined value | Junio C Hamano | 2007-05-16 | 1 | -1/+3 |
* | gitweb: Empty patch for merge means trivial merge, not no differences | Jakub Narebski | 2007-05-16 | 1 | -1/+8 |
* | gitweb: Separate search regexp from search text | Jakub Narebski | 2007-05-16 | 1 | -3/+4 |
* | gitweb: Do not use absolute font sizes | Jakub Narebski | 2007-05-16 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-14 | 1 | -1/+5 |
|\ |
|
| * | gitweb: Add a few comments about %feature hash | Jakub Narebski | 2007-05-14 | 1 | -1/+5 |
* | | gitweb: Fix "Use of unitialized value" warnings in empty repository | Jakub Narebski | 2007-05-13 | 1 | -11/+19 |
* | | gitweb: Check if requested object exists | Jakub Narebski | 2007-05-13 | 1 | -1/+15 |
* | | gitweb: Test if $from_id and $to_id are defined before comparison | Jakub Narebski | 2007-05-12 | 1 | -1/+2 |
* | | gitweb: Do not use absolute font sizes | Petr Baudis | 2007-05-10 | 1 | -10/+9 |
* | | gitweb: choose appropriate view for file type if a= parameter missing | Gerrit Pape | 2007-05-10 | 1 | -4/+10 |
* | | gitweb: Show combined diff for merge commits in 'commit' view | Jakub Narebski | 2007-05-07 | 1 | -12/+8 |
* | | gitweb: Show combined diff for merge commits in 'commitdiff' view | Jakub Narebski | 2007-05-07 | 1 | -5/+7 |
* | | gitweb: Make it possible to use pre-parsed info in git_difftree_body | Jakub Narebski | 2007-05-07 | 1 | -66/+73 |
* | | gitweb: Add combined diff support to git_patchset_body | Jakub Narebski | 2007-05-07 | 1 | -40/+181 |
* | | gitweb: Add combined diff support to git_difftree_body | Jakub Narebski | 2007-05-07 | 2 | -2/+136 |
* | | gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line | Jakub Narebski | 2007-05-07 | 1 | -0/+11 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-05-03 | 1 | -16/+10 |
|\ \
| |/ |
|
| * | gitweb: use decode_utf8 directly | Ismail Dönmez | 2007-05-03 | 1 | -16/+10 |
* | | gitweb: Show "no difference" message for empty diffv1.5.2-rc0 | Martin Koegler | 2007-04-22 | 2 | -0/+7 |
* | | gitweb: Allow configuring the default projects order and add order 'none' | Frank Lichtenheld | 2007-04-10 | 1 | -4/+7 |
* | | gitweb: Allow forks with project list file | Frank Lichtenheld | 2007-04-10 | 1 | -7/+27 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-05 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patches | Jakub Narebski | 2007-04-05 | 1 | -2/+4 |
* | | gitweb: Quote hash keys, and do not use barewords keys | Jakub Narebski | 2007-04-04 | 1 | -8/+8 |
* | | gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (3) | Jakub Narebski | 2007-04-04 | 1 | -24/+24 |
|/ |
|
* | gitweb: Support comparing blobs (files) with different names | Jakub Narebski | 2007-03-31 | 1 | -2/+2 |
* | gitweb: Cleanup and uniquify die_error calls | Jakub Narebski | 2007-03-27 | 1 | -3/+3 |
* | gitweb: Add example of config file and how to generate projects list to gitwe... | Jakub Narebski | 2007-03-25 | 1 | -2/+43 |
* | gitweb: Add some installation notes in gitweb/INSTALL | Jakub Narebski | 2007-03-24 | 1 | -0/+184 |
* | gitweb: Fix not marking signoff lines in "log" view | Jakub Narebski | 2007-03-24 | 1 | -1/+1 |
* | gitweb: Don't escape attributes in CGI.pm HTML methods | Jakub Narebski | 2007-03-24 | 1 | -3/+3 |
* | gitweb: Change to use explicitly function call cgi->escapHTML() | Li Yang | 2007-03-24 | 1 | -2/+2 |
* | gitweb: Fix "next" link in commit view | Jakub Narebski | 2007-03-23 | 1 | -1/+1 |
* | gitweb: fix mismatched parenthesis | Junio C Hamano | 2007-02-06 | 1 | -1/+1 |
* | gitweb: Convert project name to UTF-8 | Yasushi SHOJI | 2007-02-05 | 1 | -3/+3 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 1 | -1/+1 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -1/+1 |
* | gitweb: Fix git_patchset_body not closing <div class="patch"> | Jakub Narebski | 2007-01-09 | 1 | -3/+4 |
* | gitweb: Remove superfluous "|" in "commit" view | Jakub Narebski | 2007-01-07 | 1 | -1/+1 |
* | gitweb: Fix split patches output (e.g. file to symlink) | Jakub Narebski | 2007-01-06 | 1 | -2/+2 |