summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Allow configuring the default projects order and add order 'none'Frank Lichtenheld2007-04-101-4/+7
* gitweb: Allow forks with project list fileFrank Lichtenheld2007-04-101-7/+27
* Merge branch 'maint'Junio C Hamano2007-04-051-2/+4
|\
| * gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski2007-04-051-2/+4
* | gitweb: Quote hash keys, and do not use barewords keysJakub Narebski2007-04-041-8/+8
* | gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (3)Jakub Narebski2007-04-041-24/+24
|/
* gitweb: Support comparing blobs (files) with different namesJakub Narebski2007-03-311-2/+2
* gitweb: Cleanup and uniquify die_error callsJakub Narebski2007-03-271-3/+3
* gitweb: Add example of config file and how to generate projects list to gitwe...Jakub Narebski2007-03-251-2/+43
* gitweb: Add some installation notes in gitweb/INSTALLJakub Narebski2007-03-241-0/+184
* gitweb: Fix not marking signoff lines in "log" viewJakub Narebski2007-03-241-1/+1
* gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski2007-03-241-3/+3
* gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang2007-03-241-2/+2
* gitweb: Fix "next" link in commit viewJakub Narebski2007-03-231-1/+1
* gitweb: fix mismatched parenthesisJunio C Hamano2007-02-061-1/+1
* gitweb: Convert project name to UTF-8Yasushi SHOJI2007-02-051-3/+3
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+1
* gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski2007-01-091-3/+4
* gitweb: Remove superfluous "|" in "commit" viewJakub Narebski2007-01-071-1/+1
* gitweb: Fix split patches output (e.g. file to symlink)Jakub Narebski2007-01-061-2/+2
* Revert "gitweb: There can be empty patches (in git_patchset_body)"Jakub Narebski2007-01-061-1/+1
* gitweb: Fix errors in git_patchset_body for empty patchesJakub Narebski2007-01-061-1/+3
* gitweb: Fix error in "rename to"/"copy to" git diff header outputJakub Narebski2007-01-061-3/+3
* gitweb: Fix error in git_patchest_body for file creation/deletion patchJakub Narebski2007-01-061-1/+5
* Blame "linenr" link jumps to previous state at "orig_lineno"Luben Tuikov2007-01-041-1/+6
* gitweb: Fix "Use of uninitialized value" warning in git_tags_bodyJakub Narebski2007-01-041-2/+6
* gitweb: Fix shortlog only showing HEAD revision.Robert Fitzsimons2007-01-031-1/+1
* gitweb: There can be empty patches (in git_patchset_body)Jakub Narebski2007-01-031-1/+1
* gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Jakub Narebski2007-01-031-1/+1
* gitweb: Fix error in git_project_index subroutineJakub Narebski2007-01-031-1/+1
* gitweb: Precompile CGI routines for mod_perlJakub Narebski2006-12-281-0/+4
* gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski2006-12-281-1/+2
* gitweb: Re-enable rev-list --parents for parse_commit.Robert Fitzsimons2006-12-271-5/+5
* gitweb: Use rev-list --skip option.Robert Fitzsimons2006-12-251-23/+1
* gitweb: Change history action to use parse_commits.Robert Fitzsimons2006-12-251-18/+9
* gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons2006-12-251-11/+7
* gitweb: Change header search action to use parse_commits.Robert Fitzsimons2006-12-251-14/+9
* gitweb: Change log action to use parse_commits.Robert Fitzsimons2006-12-251-11/+14
* gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons2006-12-251-22/+12
* gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons2006-12-251-5/+6
* gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons2006-12-251-17/+74
* gitweb: Paginate commit/author/committer search outputRobert Fitzsimons2006-12-231-45/+103
* gitweb: Allow search to be disabled from the config file.Robert Fitzsimons2006-12-221-0/+13
* gitweb: Require a minimum of two character for the search text.Robert Fitzsimons2006-12-221-0/+3
* gitweb: Use rev-list pattern search options.Robert Fitzsimons2006-12-221-10/+10
* gitweb: optimize git_summary.Robert Fitzsimons2006-12-221-3/+3
* gitweb: optimize git_shortlog_body.Robert Fitzsimons2006-12-221-1/+3
* gitweb: optimize git_get_last_activity.Robert Fitzsimons2006-12-221-1/+2
* gitweb: Add missing show '...' links change.Robert Fitzsimons2006-12-221-0/+1