Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/gitweb-blame' | Junio C Hamano | 2009-12-01 | 1 | -87/+244 |
|\ | |||||
| * | gitweb: Add link to other blame implementation in blame views | Jakub Narebski | 2009-12-01 | 1 | -0/+11 |
| * | gitweb: Make linking to actions requiring JavaScript a feature | Jakub Narebski | 2009-11-30 | 1 | -1/+8 |
| * | gitweb: Create links leading to 'blame_incremental' using JavaScript | Jakub Narebski | 2009-09-01 | 1 | -9/+19 |
| * | gitweb: Incremental blame (using JavaScript) | Jakub Narebski | 2009-09-01 | 1 | -87/+187 |
| * | gitweb: Add optional "time to generate page" info in footer | Jakub Narebski | 2009-09-01 | 1 | -0/+29 |
* | | Merge branch 'mr/gitweb-snapshot' | Junio C Hamano | 2009-11-23 | 1 | -18/+65 |
|\ \ | |||||
| * | | gitweb: Smarter snapshot names | Mark Rada | 2009-11-08 | 1 | -16/+60 |
| * | | gitweb: check given hash before trying to create snapshot | Mark Rada | 2009-09-29 | 1 | -2/+5 |
* | | | gitweb: Make 'history' view (re)use git_log_generic() | Jakub Narebski | 2009-11-14 | 1 | -89/+57 |
* | | | gitweb: Refactor common parts of 'log' and 'shortlog' views | Jakub Narebski | 2009-11-14 | 1 | -52/+20 |
* | | | gitweb: Refactor 'log' action generation, adding git_log_body() | Jakub Narebski | 2009-11-14 | 1 | -33/+48 |
* | | | Merge branch 'pb/maint-gitweb-blob-lineno' | Junio C Hamano | 2009-11-10 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | gitweb: Fix blob linenr links in pathinfo mode | Petr Baudis | 2009-11-06 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'sb/gitweb-link-author' | Junio C Hamano | 2009-10-25 | 1 | -5/+35 |
|\ \ \ | |||||
| * | | | gitweb: linkify author/committer names with search | Stephen Boyd | 2009-10-20 | 1 | -5/+35 |
* | | | | Merge branch 'gb/maint-gitweb-esc-param' | Junio C Hamano | 2009-10-21 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | gitweb: fix esc_param | Giuseppe Bilotta | 2009-10-14 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge branch 'jn/gitweb-show-size' | Junio C Hamano | 2009-10-18 | 1 | -15/+54 |
|\ \ \ | |||||
| * | | | gitweb: Add 'show-sizes' feature to show blob sizes in tree view | Jakub Narebski | 2009-09-07 | 1 | -15/+54 |
| |/ / | |||||
* | | | gitweb: Do not show 'patch' link for merge commits | Jakub Narebski | 2009-10-09 | 1 | -3/+3 |
|/ / | |||||
* | | Merge branch 'mr/gitweb-snapshot' | Junio C Hamano | 2009-08-31 | 1 | -2/+2 |
|\ \ | |||||
| * | | gitweb: improve snapshot error handling | Mark Rada | 2009-08-25 | 1 | -2/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-08-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-27 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | Fix overridable written with an extra 'e' | Nanako Shiraishi | 2009-08-27 | 1 | -1/+1 |
* | | | | | | Merge branch 'mr/gitweb-xz' | Junio C Hamano | 2009-08-23 | 1 | -2/+15 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | gitweb: add support for XZ compressed snapshots | Mark A Rada | 2009-08-06 | 1 | -0/+9 |
| * | | | | | gitweb: support to globally disable a snapshot format | Mark A Rada | 2009-08-06 | 1 | -2/+6 |
* | | | | | | gitweb: pull ref markes pull out of subject <a> element | Giuseppe Bilotta | 2009-08-23 | 1 | -2/+2 |
* | | | | | | Merge branch 'jn/gitweb-blame' (early part) | Junio C Hamano | 2009-08-14 | 1 | -18/+34 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | gitweb: Use light/dark for class names also in 'blame' view | Jakub Narebski | 2009-07-25 | 1 | -1/+1 |
| * | | | | | gitweb: Add author initials in 'blame' view, a la "git gui blame" | Jakub Narebski | 2009-07-25 | 1 | -0/+8 |
| * | | | | | gitweb: Mark commits with no "previous" in 'blame' view | Jakub Narebski | 2009-07-25 | 1 | -1/+6 |
| * | | | | | gitweb: Use "previous" header of git-blame -p in 'blame' view | Jakub Narebski | 2009-07-25 | 1 | -14/+15 |
| * | | | | | gitweb: Mark boundary commits in 'blame' view | Jakub Narebski | 2009-07-25 | 1 | -2/+4 |
* | | | | | | Merge branch 'zf/maint-gitweb-acname' | Junio C Hamano | 2009-08-10 | 1 | -3/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | gitweb: parse_commit_text encoding fix | Zoltán Füzesi | 2009-08-05 | 1 | -3/+2 |
| |/ / / | |||||
* | | | | gitweb: fix 'Use of uninitialized value' error in href() | Giuseppe Bilotta | 2009-08-04 | 1 | -4/+7 |
|/ / / | |||||
* | | | gitweb: update Git homepage URL | Wincent Colaiuta | 2009-07-13 | 1 | -1/+1 |
* | | | 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 | 1 | -3/+80 |
* | | | 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 | 1 | -38/+55 |
* | | | 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 |