summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski
2007-03-31gitweb: Support comparing blobs (files) with different namesJakub Narebski
2007-03-27gitweb: Cleanup and uniquify die_error callsJakub Narebski
2007-03-26gitweb: Add example of config file and how to generate projects list to gitwe...Jakub Narebski
2007-03-25gitweb: Add some installation notes in gitweb/INSTALLJakub Narebski
2007-03-25gitweb: Fix not marking signoff lines in "log" viewJakub Narebski
2007-03-25gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski
2007-03-25gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang
2007-03-23gitweb: Fix "next" link in commit viewJakub Narebski
2007-02-06gitweb: fix mismatched parenthesisJunio C Hamano
2007-02-05gitweb: Convert project name to UTF-8Yasushi SHOJI
2007-02-04Assorted typo fixesPavel Roskin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-10gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski
2007-01-08gitweb: Remove superfluous "|" in "commit" viewJakub Narebski
2007-01-07gitweb: Fix split patches output (e.g. file to symlink)Jakub Narebski
2007-01-07Revert "gitweb: There can be empty patches (in git_patchset_body)"Jakub Narebski
2007-01-07gitweb: Fix errors in git_patchset_body for empty patchesJakub Narebski
2007-01-07gitweb: Fix error in "rename to"/"copy to" git diff header outputJakub Narebski
2007-01-07gitweb: Fix error in git_patchest_body for file creation/deletion patchJakub Narebski
2007-01-05Blame "linenr" link jumps to previous state at "orig_lineno"Luben Tuikov
2007-01-05gitweb: Fix "Use of uninitialized value" warning in git_tags_bodyJakub Narebski
2007-01-03gitweb: Fix shortlog only showing HEAD revision.Robert Fitzsimons
2007-01-03gitweb: There can be empty patches (in git_patchset_body)Jakub Narebski
2007-01-03gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Jakub Narebski
2007-01-03gitweb: Fix error in git_project_index subroutineJakub Narebski
2006-12-28gitweb: Precompile CGI routines for mod_perlJakub Narebski
2006-12-28gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski
2006-12-27gitweb: Re-enable rev-list --parents for parse_commit.Robert Fitzsimons
2006-12-25gitweb: Use rev-list --skip option.Robert Fitzsimons
2006-12-25gitweb: Change history action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change header search action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change log action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons
2006-12-25gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons
2006-12-23gitweb: Paginate commit/author/committer search outputRobert Fitzsimons
2006-12-23gitweb: Allow search to be disabled from the config file.Robert Fitzsimons
2006-12-23gitweb: Require a minimum of two character for the search text.Robert Fitzsimons
2006-12-23gitweb: Use rev-list pattern search options.Robert Fitzsimons
2006-12-23gitweb: optimize git_summary.Robert Fitzsimons
2006-12-23gitweb: optimize git_shortlog_body.Robert Fitzsimons
2006-12-23gitweb: optimize git_get_last_activity.Robert Fitzsimons
2006-12-23gitweb: Add missing show '...' links change.Robert Fitzsimons
2006-12-20gitweb: Show '...' links in "summary" view only if there are more itemsRobert Fitzsimons
2006-12-16gitweb: Add "next" link to commit viewJakub Narebski
2006-12-16gitweb: Add title attribute to ref marker with full ref nameJakub Narebski
2006-12-16gitweb: Do not show difftree for merges in "commit" viewJakub Narebski
2006-12-12gitweb: SHA-1 in commit log message links to "object" viewJakub Narebski