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