summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Put project README in div.readme, fix its paddingJakub Narebski2007-11-202-1/+7
* gitweb: Style all tables using CSSJakub Narebski2007-11-202-15/+11
* Merge branch 'maint'Junio C Hamano2007-11-111-1/+1
|\
| * gitweb: correct month in date display for atom feedsVincent Zanotti2007-11-101-1/+1
* | gitweb: Use config file for repository description and URLsJakub Narebski2007-11-021-2/+8
* | gitweb: Read repo config using 'git config -z -l'Jakub Narebski2007-11-021-7/+108
* | gitweb: Use href(-replay=>1, action=>...) to generate alternate viewsJakub Narebski2007-11-021-18/+11
* | gitweb: Use href(-replay=>1, page=>...) to generate pagination linksJakub Narebski2007-11-021-29/+15
* | gitweb: Easier adding/changing parameters to current URLJakub Narebski2007-11-021-0/+9
* | gitweb: Add 'status_str' to parse_difftree_raw_line outputJakub Narebski2007-11-011-2/+3
* | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_lineJakub Narebski2007-11-011-7/+10
* | Merge branch 'maint'Junio C Hamano2007-11-011-1/+1
|\ \ | |/
| * gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski2007-11-011-1/+1
* | Merge branch 'jn/web' into HEADJunio C Hamano2007-10-301-85/+67
|\ \
| * | gitweb: Fix and simplify "split patch" detectionJakub Narebski2007-10-291-85/+67
* | | gitweb: Use chop_and_escape_str in more places.David Symonds2007-10-241-3/+3
* | | gitweb: Refactor abbreviation-with-title-attribute code.David Symonds2007-10-241-24/+21
* | | gitweb: Provide title attributes for abbreviated author names.David Symonds2007-10-221-5/+29
|/ /
* | gitweb: speed up project listing on large work trees by limiting find depthLuke Lu2007-10-171-0/+10
|/
* gitweb: No difftree output for trivial mergeJakub Narebski2007-09-231-1/+1
* gitweb: Remove parse_from_to_diffinfo code from git_patchset_bodyJakub Narebski2007-09-231-35/+1
* gitweb: Fix escaping HTML of project owner in 'projects_list' andJakub Narebski2007-08-281-2/+2
* gitweb: Lift any characters restriction on searched stringsPetr Baudis2007-08-271-3/+0
* gitweb: Fix searchbox positioningPetr Baudis2007-08-261-1/+1
* gitweb: Fix handling of $file_name in feed generationJakub Narebski2007-08-041-1/+1
* gitweb: do not choke on recursive symlinkJunio C Hamano2007-08-031-0/+1
* gitweb: Allow for multivalued parameters passed to href subroutineJakub Narebski2007-07-281-1/+7
* gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski2007-07-281-5/+12
* gitweb: Show submodule entries in the 'tree' viewJakub Narebski2007-07-281-3/+35
* gitweb: fix broken snapshotJunio C Hamano2007-07-251-1/+1
* gitweb: More detailed error messages for snapshot formatJakub Narebski2007-07-241-3/+10
* gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski2007-07-221-7/+20
* gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen2007-07-211-50/+116
* gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski2007-07-201-10/+10
* gitweb: new cgi parameter: optMiklos Vajna2007-07-121-0/+19
* gitweb: configurable width for the projects list Description columnMichael Hendricks2007-07-111-1/+4
* gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen2007-07-072-0/+7
* gitweb: make search form generate pathinfo-style URLsMatt McCutchen2007-07-071-3/+9
* gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna2007-07-071-2/+2
* gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano2007-07-071-8/+20
* gitweb: change filename/directory name of snapshotsMatthias Lederhofer2007-06-121-1/+3
* gitweb: '--cc' for merges in 'commitdiff' viewJakub Narebski2007-06-101-12/+99
* gitweb: Add links to blobdiffs in from-file/to-file header for mergesJakub Narebski2007-06-101-3/+14
* gitweb: Create special from-file/to-file header for combined diffJakub Narebski2007-06-101-11/+27
* gitweb: Split git_patchset_body into separate subroutinesJakub Narebski2007-06-101-111/+202
* gitweb: Improve "next" link in commitdiff viewJakub Narebski2007-06-101-1/+8
* gitweb: Provide links to commitdiff to each parent in 'commitdiff' viewJakub Narebski2007-06-102-0/+26
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* gitweb: Handle non UTF-8 text betterMartin Koegler2007-06-031-10/+31
* gitweb.perl - Optionally send archives as .zip filesMark Levedahl2007-05-231-8/+17