summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2008-03-05gitweb: Fix and simplify pickaxe searchJakub Narebski
2008-03-02gitweb: Mark first match when searching commit messagesJakub Narebski
2008-02-27gitweb: Clearly distinguish regexp / exact match searchesPetr Baudis
2008-02-27gitweb: Simplify fixed string searchJakub Narebski
2008-02-27gitweb: Change parse_commits signature to allow for multiple optionsJakub Narebski
2008-02-26gitweb: Better cutting matched string and its contextJakub Narebski
2008-02-23gitweb: Fix bugs in git_search_grep_body: it's length(), not len()Jakub Narebski
2008-02-22gitweb: Better chopping in commit search resultsJunio C Hamano
2008-02-20gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski
2008-02-18Merge branch 'br/gitweb'Junio C Hamano
2008-02-18gitweb: Add new option -nohtml to quot_xxx subroutinesJakub Narebski
2008-02-18gitweb: Fix displaying unchopped argument in chop_and_escape_strJakub Narebski
2008-02-10gitweb: Use the config file to set repository owner's name.Bruno Ribas
2008-02-08gitweb: Make use of the $git_dir variable at sub git_get_project_url_listBruno Ribas
2008-02-06gitweb: Make feed entries point to commitdiff viewFlorian La Roche
2008-01-30gitweb: Make use of the $git_dir variable at sub git_get_project_descriptionBruno Ribas
2008-01-30gitweb: Add info about $projectroot and $projects_list to gitweb/READMEJakub Narebski
2008-01-30gitweb: Convert generated contents to utf8 in commitdiff_plainYasushi SHOJI
2007-12-21gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski
2007-12-04gitweb: use Perl built-in utf8 function for UTF-8 decoding.İsmail Dönmez
2007-12-03Merge branch 'dc/gitweb'Junio C Hamano
2007-12-03gitweb: Update and improve gitweb/README fileJakub Narebski
2007-12-02gitweb: the commitdiff is very commonly used, it's needed on search page, tooDenis Cheng
2007-11-20gitweb: Put project README in div.readme, fix its paddingJakub Narebski
2007-11-20gitweb: Style all tables using CSSJakub Narebski
2007-11-11Merge branch 'maint'Junio C Hamano
2007-11-10gitweb: correct month in date display for atom feedsVincent Zanotti
2007-11-03gitweb: Use config file for repository description and URLsJakub Narebski
2007-11-03gitweb: Read repo config using 'git config -z -l'Jakub Narebski
2007-11-02gitweb: Use href(-replay=>1, action=>...) to generate alternate viewsJakub Narebski
2007-11-02gitweb: Use href(-replay=>1, page=>...) to generate pagination linksJakub Narebski
2007-11-02gitweb: Easier adding/changing parameters to current URLJakub Narebski
2007-11-02gitweb: Add 'status_str' to parse_difftree_raw_line outputJakub Narebski
2007-11-02gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_lineJakub Narebski
2007-11-02Merge branch 'maint'Junio C Hamano
2007-11-01gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski
2007-10-31Merge branch 'jn/web' into HEADJunio C Hamano
2007-10-30gitweb: Fix and simplify "split patch" detectionJakub Narebski
2007-10-25gitweb: Use chop_and_escape_str in more places.David Symonds
2007-10-25gitweb: Refactor abbreviation-with-title-attribute code.David Symonds
2007-10-22gitweb: Provide title attributes for abbreviated author names.David Symonds
2007-10-17gitweb: speed up project listing on large work trees by limiting find depthLuke Lu
2007-09-24gitweb: No difftree output for trivial mergeJakub Narebski
2007-09-24gitweb: Remove parse_from_to_diffinfo code from git_patchset_bodyJakub Narebski
2007-08-29gitweb: Fix escaping HTML of project owner in 'projects_list' andJakub Narebski
2007-08-27gitweb: Lift any characters restriction on searched stringsPetr Baudis
2007-08-26gitweb: Fix searchbox positioningPetr Baudis