| Commit message (Expand) | Author | Age | Files | Lines |
* | gitweb: update Git homepage URL | Wincent Colaiuta | 2009-07-13 | 1 | -1/+1 |
* | Merge branch 'gb/gitweb-avatar' | Junio C Hamano | 2009-07-09 | 2 | -46/+194 |
|\ |
|
| * | gitweb: add empty alt text to avatar img | Giuseppe Bilotta | 2009-06-30 | 1 | -0/+1 |
| * | gitweb: picon avatar provider | Giuseppe Bilotta | 2009-06-30 | 1 | -7/+27 |
| * | gitweb: gravatar url cache | Giuseppe Bilotta | 2009-06-30 | 1 | -2/+22 |
| * | gitweb: (gr)avatar support | Giuseppe Bilotta | 2009-06-30 | 2 | -3/+84 |
| * | gitweb: use git_print_authorship_rows in 'tag' view too | Giuseppe Bilotta | 2009-06-30 | 1 | -7/+9 |
| * | gitweb: uniform author info for commit and commitdiff | Giuseppe Bilotta | 2009-06-30 | 1 | -1/+5 |
| * | gitweb: refactor author name insertion | Giuseppe Bilotta | 2009-06-30 | 2 | -39/+59 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-06-27 | 1 | -1/+9 |
|\ \
| |/
|/| |
|
| * | gitweb/README: fix AliasMatch in example | Giuseppe Bilotta | 2009-06-27 | 1 | -1/+9 |
* | | Merge branch 'jn/gitweb-cleanup' | Junio C Hamano | 2009-05-23 | 1 | -42/+42 |
|\ \ |
|
| * | | gitweb: Remove unused $hash_base parameter from normalize_link_target | Jakub Narebski | 2009-05-13 | 1 | -5/+2 |
| * | | gitweb: Simplify snapshot format detection logic in evaluate_path_info | Jakub Narebski | 2009-05-13 | 1 | -3/+4 |
| * | | gitweb: Use capturing parentheses only when you intend to capture | Jakub Narebski | 2009-05-13 | 1 | -1/+1 |
| * | | gitweb: Replace wrongly added tabs with spaces | Jakub Narebski | 2009-05-13 | 1 | -2/+2 |
| * | | gitweb: Use block form of map/grep in a few cases more | Jakub Narebski | 2009-05-10 | 1 | -3/+3 |
| * | | gitweb: Always use three argument form of open | Jakub Narebski | 2009-05-10 | 1 | -11/+14 |
| * | | gitweb: Always use three argument form of open | Jakub Narebski | 2009-05-10 | 1 | -6/+6 |
| * | | gitweb: Do not use bareword filehandles | Jakub Narebski | 2009-05-10 | 1 | -13/+12 |
* | | | gitweb: Sanitize title attribute in format_subject_html | Jakub Narebski | 2009-05-22 | 1 | -1/+2 |
|/ / |
|
* | | gitweb: Remove function prototypes (cleanup) | Jakub Narebski | 2009-05-09 | 1 | -7/+5 |
|/ |
|
* | Documentation: fix typos / spelling mistakes | Mike Ralphson | 2009-04-20 | 1 | -1/+1 |
* | gitweb: Fix snapshots requested via PATH_INFO | Holger Weiß | 2009-04-20 | 1 | -2/+2 |
* | gitweb: Hyperlink multiple git hashes on the same commit message line | Marcel M. Cary | 2009-02-19 | 1 | -7/+5 |
* | gitweb: Fix warnings with override permitted but no repo override | Marcel M. Cary | 2009-02-18 | 1 | -6/+10 |
* | gitweb: fix wrong base URL when non-root DirectoryIndex | Giuseppe Bilotta | 2009-02-16 | 1 | -6/+22 |
* | Merge branch 'jn/gitweb-committag' | Junio C Hamano | 2009-02-15 | 1 | -1/+1 |
|\ |
|
| * | gitweb: Better regexp for SHA-1 committag match | Jakub Narebski | 2009-02-07 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-02-08 | 2 | -3/+27 |
|\ \
| |/
|/| |
|
| * | gitweb: add $prevent_xss option to prevent XSS by repository content | Matt McCutchen | 2009-02-08 | 2 | -3/+27 |
* | | gitweb: Update README that gitweb works better with PATH_INFO | Jakub Narebski | 2009-02-01 | 1 | -6/+4 |
* | | gitweb: align comments to code | Giuseppe Bilotta | 2009-01-30 | 1 | -4/+4 |
* | | gitweb: webserver config for PATH_INFO | Giuseppe Bilotta | 2009-01-30 | 1 | -0/+76 |
* | | gitweb: make static files accessible with PATH_INFO | Giuseppe Bilotta | 2009-01-30 | 1 | -0/+5 |
* | | gitweb: check if-modified-since for feeds | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+19 |
* | | gitweb: last-modified time should be commiter, not author | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+1 |
* | | gitweb: rss channel date | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+4 |
* | | gitweb: rss feed managingEditor | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+3 |
* | | gitweb: feed generator metadata | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+2 |
* | | gitweb: channel image in rss feed | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+10 |
* | | Merge branch 'gb/gitweb-opml' | Junio C Hamano | 2009-01-17 | 1 | -3/+7 |
|\ \ |
|
| * | | gitweb: suggest name for OPML view | Giuseppe Bilotta | 2009-01-10 | 1 | -1/+5 |
| * | | gitweb: don't use pathinfo for global actions | Giuseppe Bilotta | 2009-01-06 | 1 | -2/+2 |
* | | | Merge branch 'gb/gitweb-patch' | Junio C Hamano | 2009-01-17 | 1 | -3/+110 |
|\ \ \ |
|
| * | | | gitweb: link to patch(es) view in commit(diff) and (short)log view | Giuseppe Bilotta | 2008-12-21 | 1 | -2/+28 |
| * | | | gitweb: add patches view | Giuseppe Bilotta | 2008-12-21 | 1 | -1/+14 |
| * | | | gitweb: change call pattern for git_commitdiff | Giuseppe Bilotta | 2008-12-21 | 1 | -3/+4 |
| * | | | gitweb: add patch view | Giuseppe Bilotta | 2008-12-21 | 1 | -1/+68 |
* | | | | Merge branch 'mk/gitweb-feature' | Junio C Hamano | 2009-01-07 | 1 | -32/+9 |
|\ \ \ \ |
|