| Commit message (Expand) | Author | Age |
* | truncate recentchangesdiffs after 200 lines | Joey Hess | 2008-03-12 |
* | use git show to get the diff | Joey Hess | 2008-03-12 |
* | * Remove locking code in git rcs_commit. I'm not sure if this was ever | Joey Hess | 2008-03-07 |
* | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | 2008-03-03 |
* | * Removed support for sending commit notification mails. Along with it went | Joey Hess | 2008-01-29 |
* | change rcs_recentchanges when to absolute, not relative, time | Joey Hess | 2008-01-28 |
* | remove debug message | Joey Hess | 2008-01-28 |
* | figured out how rev is used.. | Joey Hess | 2008-01-28 |
* | add an id field to the rcs_recentchanges return structure | Joey Hess | 2008-01-28 |
* | remove extraneous quoting | Joey Hess | 2008-01-28 |
* | test1 | Joey Hess | 2008-01-28 |
* | really fix comment | Joey Hess | 2008-01-28 |
* | update comment | Joey Hess | 2008-01-28 |
* | Add full parser for git diff-tree output | Brian Downing | 2008-01-17 |
* | * git: Correct display of multiline commit messages in recentchanges. | Joey Hess | 2007-12-16 |
* | * The first git commit legitimately has no parents. Avoid recentchanges | Joey Hess | 2007-11-12 |
* | fix dumb mistake | Joey Hess | 2007-10-31 |
* | * Don't truncate git commit messages to the first line in RecentChanges, | Joey Hess | 2007-10-31 |
* | * Improve the RecentChanges display for git merges, by passing -c instead | Joey Hess | 2007-10-31 |
* | * Avoid using commands like git-diff and instead use "git diff". | Joey Hess | 2007-10-31 |
* | * Avoid a race in the git rcs_commit function, by not assuming HEAD will | Joey Hess | 2007-10-31 |
* | Run git-commit -q (though it doesn't do much good due to its stderr abuse). | Joey Hess | 2007-10-26 |
* | * If gitorigin_branch is set to the empty string, don't push or pull. | joey | 2007-10-22 |
* | minor stylistic changes | joey | 2007-10-21 |
* | * Support git authors of the form "joey <joey>", which is common when | joey | 2007-10-21 |
* | * Fix strange stderr-hiding code in the git module, allow error messages | joey | 2007-10-10 |
* | * French translation update. Closes: #445923 | joey | 2007-10-10 |
* | * Tidy ctime debug output for git. | joey | 2007-10-04 |
* | git.pm: Handle operating in sub-trees of a git repository. | joshtriplett | 2007-08-30 |
* | git.pm: Renames from git-diff-tree aren't handled, so don't ask for them. | joshtriplett | 2007-08-30 |
* | Use git-log rather than the shell, git-rev-list, and git-diff-tree. | joshtriplett | 2007-08-30 |
* | remove unncessesary and unused loop labels | joey | 2007-08-24 |
* | * Make gitorigin_branch and gitmaster_branch configurable via the setup | joey | 2007-01-27 |
* | cosmetics patch from Recai | joey | 2006-11-26 |
* | * Git backend improvements, including bug fixes and better robustness. | joey | 2006-11-26 |
* | updates | joey | 2006-11-22 |
* | * Add a test suite for the mercurial backend, contributed by Emanuele Aina. | joey | 2006-11-21 |
* | better subjects | joey | 2006-11-21 |
* | * Add an openid plugin to support logging in using OpenID. | joey | 2006-11-20 |
* | * Make sure to check for errors from every eval. | joey | 2006-11-08 |
* | cosmetic changes from Recai | joey | 2006-10-14 |
* | * Work on firming up the plugin interface: | joey | 2006-09-09 |
* | move html escaping | joey | 2006-09-04 |
* | * Simplify the data structure returned by rcs_recentchanges to avoid | joey | 2006-09-03 |
* | * Match 'web commit from' in SVN and git, these are web commits too. | joey | 2006-07-11 |
* | * Patch from Recai to fix utf8 issues in git backend. | joey | 2006-07-05 |
* | * Centralised all calls to HTML::Template and force all the templates | joey | 2006-07-02 |
* | * Patch from Recai to fix git recentchanges code to work with git 1.4 which | joey | 2006-06-19 |
* | another from Recai | joey | 2006-06-04 |
* | misc fixes from Recai | joey | 2006-06-03 |