summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gitweb: Show '...' links in "summary" view only if there are more itemsRobert Fitzsimons2006-12-191-2/+9
* gitweb: Add "next" link to commit viewJakub Narebski2006-12-161-9/+29
* gitweb: Add title attribute to ref marker with full ref nameJakub Narebski2006-12-161-1/+2
* gitweb: Do not show difftree for merges in "commit" viewJakub Narebski2006-12-161-7/+15
* gitweb: SHA-1 in commit log message links to "object" viewJakub Narebski2006-12-121-7/+5
* gitweb: Hyperlink target of symbolic link in "tree" view (if possible)Jakub Narebski2006-12-121-1/+51
* gitweb: Add generic git_object subroutine to display object of any typeJakub Narebski2006-12-121-0/+48
* gitweb: Show target of symbolic link in "tree" viewJakub Narebski2006-12-121-8/+34
* gitweb: Don't use Content-Encoding: header in git_snapshotJakub Narebski2006-12-121-2/+1
* Fix documentation copy&paste typoUwe Zeisberger2006-12-081-1/+1
* gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" viewJakub Narebski2006-12-061-8/+22
* gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski2006-12-041-1/+1
* gitweb: Make project description in projects list link to summary viewJakub Narebski2006-11-251-5/+8
* gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski2006-11-251-3/+3