Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| * | | | | | 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 | |
|/ / / / | ||||||
* | | | | 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 | 1 | -2/+19 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | gitweb: add $prevent_xss option to prevent XSS by repository content | Matt McCutchen | 2009-02-08 | 1 | -2/+19 | |
* | | | gitweb: align comments to code | Giuseppe Bilotta | 2009-01-30 | 1 | -4/+4 | |
* | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | gitweb: unify boolean feature subroutines | Matt Kraai | 2008-12-15 | 1 | -32/+9 | |
* | | | | | | Merge branch 'jn/gitweb-blame' | Junio C Hamano | 2009-01-07 | 1 | -35/+51 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | gitweb: cache $parent_commit info in git_blame() | Jakub Narebski | 2008-12-10 | 1 | -5/+11 | |
| * | | | | | gitweb: A bit of code cleanup in git_blame() | Jakub Narebski | 2008-12-10 | 1 | -28/+39 | |
| * | | | | | gitweb: Move 'lineno' id from link to row element in git_blame | Jakub Narebski | 2008-12-09 | 1 | -2/+1 | |
* | | | | | | gitweb: use href() when generating URLs in OPML | Giuseppe Bilotta | 2009-01-05 | 1 | -2/+2 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | gitweb: Fix export check in git_get_projects_list | Devin Doucette | 2008-12-27 | 1 | -2/+3 | |
* | | | | | gitweb: do not run "git diff" that is Porcelain | Junio C Hamano | 2008-12-16 | 1 | -37/+3 | |
| |/ / / |/| | | |