277 Commits (9c9410e115add56bc33a57f16c7e64da2e1fb0ec)

Author SHA1 Message Date
Jakub Narebski 956259ee74 gitweb: Fix error in git_project_index subroutine 18 years ago
Jakub Narebski b1f5f64fc8 gitweb: Precompile CGI routines for mod_perl 18 years ago
Jakub Narebski 45c9a7583c gitweb: Add mod_perl version string to "generator" meta header 18 years ago
Robert Fitzsimons ccdfdea08d gitweb: Re-enable rev-list --parents for parse_commit. 18 years ago
Robert Fitzsimons f47efbb7ab gitweb: Use rev-list --skip option. 18 years ago
Robert Fitzsimons a8b983bfea gitweb: Change history action to use parse_commits. 18 years ago
Robert Fitzsimons b6093a5c02 gitweb: Change atom, rss actions to use parse_commits. 18 years ago
Robert Fitzsimons 5ad66088d1 gitweb: Change header search action to use parse_commits. 18 years ago
Robert Fitzsimons 719dad28c5 gitweb: Change log action to use parse_commits. 18 years ago
Robert Fitzsimons 190d7fdcf3 gitweb: Change summary, shortlog actions to use parse_commits. 18 years ago
Robert Fitzsimons 208b2dff95 gitweb: We do longer need the --parents flag in rev-list. 18 years ago
Robert Fitzsimons 756bbf548d gitweb: Add parse_commits, used to bulk load commit objects. 18 years ago
Robert Fitzsimons 8dbc0fcef4 gitweb: Paginate commit/author/committer search output 18 years ago
Robert Fitzsimons 6be935115b gitweb: Allow search to be disabled from the config file. 18 years ago
Robert Fitzsimons 9d032c7250 gitweb: Require a minimum of two character for the search text. 18 years ago
Robert Fitzsimons 8e574fb542 gitweb: Use rev-list pattern search options. 18 years ago
Robert Fitzsimons a979d1289b gitweb: optimize git_summary. 18 years ago
Robert Fitzsimons 3fcf06be5d gitweb: optimize git_shortlog_body. 18 years ago
Robert Fitzsimons 0ff5ec70c7 gitweb: optimize git_get_last_activity. 18 years ago
Robert Fitzsimons aaca9675a4 gitweb: Add missing show '...' links change. 18 years ago
Robert Fitzsimons 313ce8cee6 gitweb: Show '...' links in "summary" view only if there are more items 18 years ago
Jakub Narebski c9d193dffb gitweb: Add "next" link to commit view 18 years ago
Jakub Narebski 5fce278ef3 gitweb: Add title attribute to ref marker with full ref name 18 years ago
Jakub Narebski 549ab4a307 gitweb: Do not show difftree for merges in "commit" view 18 years ago
Jakub Narebski bfe2191f79 gitweb: SHA-1 in commit log message links to "object" view 18 years ago
Jakub Narebski 3bf9d57051 gitweb: Hyperlink target of symbolic link in "tree" view (if possible) 18 years ago
Jakub Narebski ca94601c8f gitweb: Add generic git_object subroutine to display object of any type 18 years ago
Jakub Narebski e33fba4c5a gitweb: Show target of symbolic link in "tree" view 18 years ago
Jakub Narebski 9aa1757382 gitweb: Don't use Content-Encoding: header in git_snapshot 18 years ago
Uwe Zeisberger bbee1d971d Fix documentation copy&paste typo 18 years ago
Jakub Narebski 5a4cf3346d gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" view 18 years ago
Jakub Narebski e1147267af gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url 18 years ago
Jakub Narebski e88ce8a456 gitweb: Make project description in projects list link to summary view 18 years ago
Jakub Narebski 91fd2bf3fd gitweb: Use author_epoch for pubdate in gitweb feeds 18 years ago
Jakub Narebski ab23c19d67 gitweb: Add author and contributor email to Atom feed 18 years ago
Jakub Narebski ba00b8c1ed gitweb: Add author and committer email extraction to parse_commit 18 years ago
Jakub Narebski 28b9d9f7c6 gitweb: Use git-show-ref instead of git-peek-remote 18 years ago
Jakub Narebski 391862e345 gitweb: Do not use esc_html in esc_path 18 years ago
Junio C Hamano 7002243f7e gitweb: (style) use chomp without parentheses consistently. 18 years ago
Jakub Narebski 793c400cc1 gitweb: Replace SPC with &nbsp; also in tag comment 18 years ago
Jakub Narebski 897d1d2e2a gitweb: Finish restoring "blob" links in git_difftree_body 18 years ago
Jakub Narebski af6feeb229 gitweb: Refactor feed generation, make output prettier, add Atom feed 18 years ago
Jakub Narebski bd5d1e42fb gitweb: Add an option to href() to return full URL 18 years ago
Jakub Narebski 59e3b14e08 gitweb: New improved formatting of chunk header in diff 18 years ago
Jakub Narebski 9954f772eb gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff" 18 years ago
Jakub Narebski 6d55f05576 gitweb: Buffer diff header to deal with split patches + git_patchset_body refactoring 18 years ago
Jakub Narebski 04408c3578 gitweb: Protect against possible warning in git_commitdiff 18 years ago
Alexandre Julliard faa1bbfdd2 gitweb: Put back shortlog instead of graphiclog in the project list. 18 years ago
Junio C Hamano 1c791cfbf8 gitweb: fix unmatched div in commitdiff 18 years ago
Junio C Hamano 225932ed4d gitweb: protect commit messages from controls. 18 years ago