summaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)AuthorLines
2008-06-25Merge branch 'lw/gitweb'Junio C Hamano-106/+105
2008-06-22Merge branch 'jn/web'Junio C Hamano-49/+62
2008-06-22Merge branch 'rg/gitweb'Junio C Hamano-99/+2
2008-06-19gitweb: standarize HTTP status codesLea Wiemann-106/+105
2008-06-17gitweb: remove unused parse_ref methodLea Wiemann-43/+0
2008-06-17gitweb: quote commands properly when calling the shellLea Wiemann-10/+14
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski-1/+1
2008-06-10gitweb: Separate generating 'sort by' table headerJakub Narebski-37/+39
2008-06-10gitweb: Separate filling list of projects infoJakub Narebski-12/+23
2008-06-09gitweb: remove git_blame and rename git_blame2 to git_blameRafael Garcia-Suarez-99/+2
2008-06-04gitweb: Add charset info to "raw" output of 'text/plain' blobsJakub Narebski-9/+20
2008-06-02gitweb: Fix "next" link on bottom of pageJakub Narebski-8/+5
2008-05-27Merge 1.5.5.3 inJunio C Hamano-4/+4
2008-05-27gitweb: only display "next" links in logs if there is a next pageLea Wiemann-4/+4
2008-05-22gitweb: Convert string to internal form before chopping in chop_strAnders Waldenborg-0/+4
2008-04-26gitweb: Use feed link according to current viewJakub Narebski-25/+96
2008-04-22Merge branch 'maint'Junio C Hamano-3/+3
2008-04-21Escape project names before creating pathinfo URLsmartin f. krafft-2/+2
2008-04-21Escape project name in regexpmartin f. krafft-1/+1
2008-04-18Merge branch 'maint'Junio C Hamano-3/+15
2008-04-18gitweb: Fix 'history' view for deleted files with historyJakub Narebski-3/+15
2008-04-09Merge branch 'gp/gitweb'Junio C Hamano-1/+6
2008-04-05Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"Jakub Narebski-3/+2
2008-03-27gitweb: fallback to system-wide config file if default config does not existGerrit Pape-1/+6
2008-03-05gitweb: Fix and simplify pickaxe searchJakub Narebski-42/+43
2008-03-02gitweb: Mark first match when searching commit messagesJakub Narebski-1/+1
2008-02-27gitweb: Clearly distinguish regexp / exact match searchesPetr Baudis-14/+30
2008-02-27gitweb: Simplify fixed string searchJakub Narebski-3/+5
2008-02-27gitweb: Change parse_commits signature to allow for multiple optionsJakub Narebski-5/+5
2008-02-25gitweb: Better cutting matched string and its contextJakub Narebski-16/+57
2008-02-23gitweb: Fix bugs in git_search_grep_body: it's length(), not len()Jakub Narebski-1/+1
2008-02-22gitweb: Better chopping in commit search resultsJunio C Hamano-9/+15
2008-02-19gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski-2/+2
2008-02-17Merge branch 'br/gitweb'Junio C Hamano-1/+5
2008-02-17gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski-13/+24
2008-02-17gitweb: Fix displaying unchopped argument in chop_and_escape_strJakub Narebski-2/+2
2008-02-09gitweb: Use the config file to set repository owner's name.Bruno Ribas-1/+5
2008-02-08gitweb: Make use of the $git_dir variable at sub git_get_project_url_listBruno Ribas-1/+1
2008-02-06gitweb: Make feed entries point to commitdiff viewFlorian La Roche-1/+1
2008-01-29gitweb: Make use of the $git_dir variable at sub git_get_project_descriptionBruno Ribas-1/+1
2008-01-29gitweb: Convert generated contents to utf8 in commitdiff_plainYasushi SHOJI-6/+5
2007-12-20gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski-1/+1
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis-1/+1
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski-11/+11
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski-6/+8
2007-12-04gitweb: use Perl built-in utf8 function for UTF-8 decoding.İsmail Dönmez-4/+3
2007-12-02gitweb: the commitdiff is very commonly used, it's needed on search page, tooDenis Cheng-0/+2
2007-11-20gitweb: Put project README in div.readme, fix its paddingJakub Narebski-1/+3
2007-11-20gitweb: Style all tables using CSSJakub Narebski-11/+11
2007-11-11Merge branch 'maint'Junio C Hamano-1/+1