summaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)AuthorLines
2009-12-01gitweb: Add link to other blame implementation in blame viewsJakub Narebski-0/+11
2009-11-30gitweb: Make linking to actions requiring JavaScript a featureJakub Narebski-1/+8
2009-09-01gitweb: Create links leading to 'blame_incremental' using JavaScriptJakub Narebski-9/+19
2009-09-01gitweb: Incremental blame (using JavaScript)Jakub Narebski-87/+187
2009-09-01gitweb: Add optional "time to generate page" info in footerJakub Narebski-0/+29
2009-07-25gitweb: Use light/dark for class names also in 'blame' viewJakub Narebski-1/+1
2009-07-25gitweb: Add author initials in 'blame' view, a la "git gui blame"Jakub Narebski-0/+8
2009-07-25gitweb: Mark commits with no "previous" in 'blame' viewJakub Narebski-1/+6
2009-07-25gitweb: Use "previous" header of git-blame -p in 'blame' viewJakub Narebski-14/+15
2009-07-25gitweb: Mark boundary commits in 'blame' viewJakub Narebski-2/+4
2009-07-13gitweb: update Git homepage URLWincent Colaiuta-1/+1
2009-06-30gitweb: add empty alt text to avatar imgGiuseppe Bilotta-0/+1
2009-06-30gitweb: picon avatar providerGiuseppe Bilotta-7/+27
2009-06-30gitweb: gravatar url cacheGiuseppe Bilotta-2/+22
2009-06-30gitweb: (gr)avatar supportGiuseppe Bilotta-3/+80
2009-06-30gitweb: use git_print_authorship_rows in 'tag' view tooGiuseppe Bilotta-7/+9
2009-06-30gitweb: uniform author info for commit and commitdiffGiuseppe Bilotta-1/+5
2009-06-30gitweb: refactor author name insertionGiuseppe Bilotta-38/+55
2009-05-23Merge branch 'jn/gitweb-cleanup'Junio C Hamano-42/+42
2009-05-22gitweb: Sanitize title attribute in format_subject_htmlJakub Narebski-1/+2
2009-05-13gitweb: Remove unused $hash_base parameter from normalize_link_targetJakub Narebski-5/+2
2009-05-13gitweb: Simplify snapshot format detection logic in evaluate_path_infoJakub Narebski-3/+4
2009-05-13gitweb: Use capturing parentheses only when you intend to captureJakub Narebski-1/+1
2009-05-13gitweb: Replace wrongly added tabs with spacesJakub Narebski-2/+2
2009-05-10gitweb: Use block form of map/grep in a few cases moreJakub Narebski-3/+3
2009-05-10gitweb: Always use three argument form of openJakub Narebski-11/+14
2009-05-10gitweb: Always use three argument form of openJakub Narebski-6/+6
2009-05-10gitweb: Do not use bareword filehandlesJakub Narebski-13/+12
2009-05-09gitweb: Remove function prototypes (cleanup)Jakub Narebski-7/+5
2009-04-20gitweb: Fix snapshots requested via PATH_INFOHolger Weiß-2/+2
2009-02-19gitweb: Hyperlink multiple git hashes on the same commit message lineMarcel M. Cary-7/+5
2009-02-18gitweb: Fix warnings with override permitted but no repo overrideMarcel M. Cary-6/+10
2009-02-16gitweb: fix wrong base URL when non-root DirectoryIndexGiuseppe Bilotta-6/+22
2009-02-15Merge branch 'jn/gitweb-committag'Junio C Hamano-1/+1
2009-02-08Merge branch 'maint'Junio C Hamano-2/+19
2009-02-08gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen-2/+19
2009-02-07gitweb: Better regexp for SHA-1 committag matchJakub Narebski-1/+1
2009-01-30gitweb: align comments to codeGiuseppe Bilotta-4/+4
2009-01-30gitweb: make static files accessible with PATH_INFOGiuseppe Bilotta-0/+5
2009-01-28gitweb: check if-modified-since for feedsGiuseppe Bilotta-1/+19
2009-01-28gitweb: last-modified time should be commiter, not authorGiuseppe Bilotta-1/+1
2009-01-28gitweb: rss channel dateGiuseppe Bilotta-0/+4
2009-01-28gitweb: rss feed managingEditorGiuseppe Bilotta-1/+3
2009-01-28gitweb: feed generator metadataGiuseppe Bilotta-0/+2
2009-01-28gitweb: channel image in rss feedGiuseppe Bilotta-0/+10
2009-01-17Merge branch 'gb/gitweb-opml'Junio C Hamano-3/+7
2009-01-17Merge branch 'gb/gitweb-patch'Junio C Hamano-3/+110
2009-01-10gitweb: suggest name for OPML viewGiuseppe Bilotta-1/+5
2009-01-07Merge branch 'mk/gitweb-feature'Junio C Hamano-32/+9
2009-01-07Merge branch 'jn/gitweb-blame'Junio C Hamano-35/+51