aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
* gitweb: Precompile CGI routines for mod_perlJakub Narebski2006-12-28
* gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski2006-12-28
* gitweb: Re-enable rev-list --parents for parse_commit.Robert Fitzsimons2006-12-27
* gitweb: Use rev-list --skip option.Robert Fitzsimons2006-12-25
* gitweb: Change history action to use parse_commits.Robert Fitzsimons2006-12-25
* gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons2006-12-25
* gitweb: Change header search action to use parse_commits.Robert Fitzsimons2006-12-25
* gitweb: Change log action to use parse_commits.Robert Fitzsimons2006-12-25
* gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons2006-12-25
* gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons2006-12-25
* gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons2006-12-25
* gitweb: Paginate commit/author/committer search outputRobert Fitzsimons2006-12-23
* gitweb: Allow search to be disabled from the config file.Robert Fitzsimons2006-12-22
* gitweb: Require a minimum of two character for the search text.Robert Fitzsimons2006-12-22
* gitweb: Use rev-list pattern search options.Robert Fitzsimons2006-12-22
* gitweb: optimize git_summary.Robert Fitzsimons2006-12-22
* gitweb: optimize git_shortlog_body.Robert Fitzsimons2006-12-22
* gitweb: optimize git_get_last_activity.Robert Fitzsimons2006-12-22
* gitweb: Add missing show '...' links change.Robert Fitzsimons2006-12-22
* gitweb: Show '...' links in "summary" view only if there are more itemsRobert Fitzsimons2006-12-19
* gitweb: Add "next" link to commit viewJakub Narebski2006-12-16
* gitweb: Add title attribute to ref marker with full ref nameJakub Narebski2006-12-16
* gitweb: Do not show difftree for merges in "commit" viewJakub Narebski2006-12-16
* gitweb: SHA-1 in commit log message links to "object" viewJakub Narebski2006-12-12
* gitweb: Hyperlink target of symbolic link in "tree" view (if possible)Jakub Narebski2006-12-12
* gitweb: Add generic git_object subroutine to display object of any typeJakub Narebski2006-12-12
* gitweb: Show target of symbolic link in "tree" viewJakub Narebski2006-12-12
* gitweb: Don't use Content-Encoding: header in git_snapshotJakub Narebski2006-12-12
* Fix documentation copy&paste typoUwe Zeisberger2006-12-08
* gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" viewJakub Narebski2006-12-06
* gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski2006-12-04
* gitweb: Make project description in projects list link to summary viewJakub Narebski2006-11-25
* gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski2006-11-25
* gitweb: Add author and contributor email to Atom feedJakub Narebski2006-11-25
* gitweb: Add author and committer email extraction to parse_commitJakub Narebski2006-11-25
* gitweb: Use git-show-ref instead of git-peek-remoteJakub Narebski2006-11-25
* gitweb: Do not use esc_html in esc_pathJakub Narebski2006-11-25
* gitweb: (style) use chomp without parentheses consistently.Junio C Hamano2006-11-24
* gitweb: Replace SPC with &nbsp; also in tag commentJakub Narebski2006-11-24
* gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski2006-11-21
* gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski2006-11-21
* gitweb: Add an option to href() to return full URLJakub Narebski2006-11-21
* gitweb: New improved formatting of chunk header in diffJakub Narebski2006-11-21
* gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski2006-11-21
* gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski2006-11-21
* gitweb: Protect against possible warning in git_commitdiffJakub Narebski2006-11-21
* gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard2006-11-15
* gitweb: fix unmatched div in commitdiffJunio C Hamano2006-11-09
* gitweb: protect commit messages from controls.Junio C Hamano2006-11-09
* gitweb: protect blob and diff output lines from controls.Junio C Hamano2006-11-09