summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
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
2007-08-04gitweb: Fix handling of $file_name in feed generationJakub Narebski
2007-08-03gitweb: do not choke on recursive symlinkJunio C Hamano
2007-07-29gitweb: Allow for multivalued parameters passed to href subroutineJakub Narebski
2007-07-29gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski
2007-07-29gitweb: Show submodule entries in the 'tree' viewJakub Narebski
2007-07-25gitweb: fix broken snapshotJunio C Hamano
2007-07-25gitweb: More detailed error messages for snapshot formatJakub Narebski
2007-07-22gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski
2007-07-22gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski
2007-07-12gitweb: new cgi parameter: optMiklos Vajna
2007-07-11gitweb: configurable width for the projects list Description columnMichael Hendricks
2007-07-07gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen
2007-07-07gitweb: make search form generate pathinfo-style URLsMatt McCutchen
2007-07-07gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna
2007-07-07gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano
2007-06-13gitweb: change filename/directory name of snapshotsMatthias Lederhofer
2007-06-10gitweb: '--cc' for merges in 'commitdiff' viewJakub Narebski