| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 1 | -1/+1 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -1/+1 |
* | gitweb: Fix git_patchset_body not closing <div class="patch"> | Jakub Narebski | 2007-01-09 | 1 | -3/+4 |
* | gitweb: Remove superfluous "|" in "commit" view | Jakub Narebski | 2007-01-07 | 1 | -1/+1 |
* | gitweb: Fix split patches output (e.g. file to symlink) | Jakub Narebski | 2007-01-06 | 1 | -2/+2 |
* | Revert "gitweb: There can be empty patches (in git_patchset_body)" | Jakub Narebski | 2007-01-06 | 1 | -1/+1 |
* | gitweb: Fix errors in git_patchset_body for empty patches | Jakub Narebski | 2007-01-06 | 1 | -1/+3 |
* | gitweb: Fix error in "rename to"/"copy to" git diff header output | Jakub Narebski | 2007-01-06 | 1 | -3/+3 |
* | gitweb: Fix error in git_patchest_body for file creation/deletion patch | Jakub Narebski | 2007-01-06 | 1 | -1/+5 |
* | Blame "linenr" link jumps to previous state at "orig_lineno" | Luben Tuikov | 2007-01-04 | 1 | -1/+6 |
* | gitweb: Fix "Use of uninitialized value" warning in git_tags_body | Jakub Narebski | 2007-01-04 | 1 | -2/+6 |
* | gitweb: Fix shortlog only showing HEAD revision. | Robert Fitzsimons | 2007-01-03 | 1 | -1/+1 |
* | gitweb: There can be empty patches (in git_patchset_body) | Jakub Narebski | 2007-01-03 | 1 | -1/+1 |
* | gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne') | Jakub Narebski | 2007-01-03 | 1 | -1/+1 |
* | gitweb: Fix error in git_project_index subroutine | Jakub Narebski | 2007-01-03 | 1 | -1/+1 |
* | gitweb: Precompile CGI routines for mod_perl | Jakub Narebski | 2006-12-28 | 1 | -0/+4 |
* | gitweb: Add mod_perl version string to "generator" meta header | Jakub Narebski | 2006-12-28 | 1 | -1/+2 |
* | gitweb: Re-enable rev-list --parents for parse_commit. | Robert Fitzsimons | 2006-12-27 | 1 | -5/+5 |
* | gitweb: Use rev-list --skip option. | Robert Fitzsimons | 2006-12-25 | 1 | -23/+1 |
* | gitweb: Change history action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -18/+9 |
* | gitweb: Change atom, rss actions to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -11/+7 |
* | gitweb: Change header search action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -14/+9 |
* | gitweb: Change log action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -11/+14 |
* | gitweb: Change summary, shortlog actions to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -22/+12 |
* | gitweb: We do longer need the --parents flag in rev-list. | Robert Fitzsimons | 2006-12-25 | 1 | -5/+6 |
* | gitweb: Add parse_commits, used to bulk load commit objects. | Robert Fitzsimons | 2006-12-25 | 1 | -17/+74 |
* | gitweb: Paginate commit/author/committer search output | Robert Fitzsimons | 2006-12-23 | 1 | -45/+103 |
* | gitweb: Allow search to be disabled from the config file. | Robert Fitzsimons | 2006-12-22 | 1 | -0/+13 |
* | gitweb: Require a minimum of two character for the search text. | Robert Fitzsimons | 2006-12-22 | 1 | -0/+3 |
* | gitweb: Use rev-list pattern search options. | Robert Fitzsimons | 2006-12-22 | 1 | -10/+10 |
* | gitweb: optimize git_summary. | Robert Fitzsimons | 2006-12-22 | 1 | -3/+3 |
* | gitweb: optimize git_shortlog_body. | Robert Fitzsimons | 2006-12-22 | 1 | -1/+3 |
* | gitweb: optimize git_get_last_activity. | Robert Fitzsimons | 2006-12-22 | 1 | -1/+2 |
* | gitweb: Add missing show '...' links change. | Robert Fitzsimons | 2006-12-22 | 1 | -0/+1 |
* | gitweb: Show '...' links in "summary" view only if there are more items | Robert Fitzsimons | 2006-12-19 | 1 | -2/+9 |
* | gitweb: Add "next" link to commit view | Jakub Narebski | 2006-12-16 | 1 | -9/+29 |
* | gitweb: Add title attribute to ref marker with full ref name | Jakub Narebski | 2006-12-16 | 1 | -1/+2 |
* | gitweb: Do not show difftree for merges in "commit" view | Jakub Narebski | 2006-12-16 | 1 | -7/+15 |
* | gitweb: SHA-1 in commit log message links to "object" view | Jakub Narebski | 2006-12-12 | 1 | -7/+5 |
* | gitweb: Hyperlink target of symbolic link in "tree" view (if possible) | Jakub Narebski | 2006-12-12 | 1 | -1/+51 |
* | gitweb: Add generic git_object subroutine to display object of any type | Jakub Narebski | 2006-12-12 | 1 | -0/+48 |
* | gitweb: Show target of symbolic link in "tree" view | Jakub Narebski | 2006-12-12 | 1 | -8/+34 |
* | gitweb: Don't use Content-Encoding: header in git_snapshot | Jakub Narebski | 2006-12-12 | 1 | -2/+1 |
* | Fix documentation copy&paste typo | Uwe Zeisberger | 2006-12-08 | 1 | -1/+1 |
* | gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" view | Jakub Narebski | 2006-12-06 | 1 | -8/+22 |
* | gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url | Jakub Narebski | 2006-12-04 | 1 | -1/+1 |
* | gitweb: Make project description in projects list link to summary view | Jakub Narebski | 2006-11-25 | 1 | -5/+8 |
* | gitweb: Use author_epoch for pubdate in gitweb feeds | Jakub Narebski | 2006-11-25 | 1 | -3/+3 |
* | gitweb: Add author and contributor email to Atom feed | Jakub Narebski | 2006-11-25 | 1 | -2/+12 |
* | gitweb: Add author and committer email extraction to parse_commit | Jakub Narebski | 2006-11-25 | 1 | -3/+9 |