* Remove locking code in git rcs_commit. I'm not sure if this was ever
[ikiwiki.git] / IkiWiki / Rcs / git.pm
2008-03-07 Joey Hess* Remove locking code in git rcs_commit. I'm not sure...
2008-03-03 Joey Hess* Add recentchangesdiff plugin that adds diffs to the...
2008-02-05 Joey HessMerge branch 'master' into prefix-directives
2008-01-30 Joey HessMerge git://git.samba.org/jelmer/ikiwiki
2008-01-29 Joey Hess* Removed support for sending commit notification mails...
2008-01-29 Joey Hesschange rcs_recentchanges when to absolute, not relative...
2008-01-29 Joey Hessremove debug message
2008-01-29 Joey HessMerge branch 'master' into recentchanges
2008-01-29 Joey Hessfigured out how rev is used..
2008-01-29 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-29 Joey Hessadd an id field to the rcs_recentchanges return structure
2008-01-28 Joey Hessremove extraneous quoting
2008-01-28 Joey Hesstest1
2008-01-28 Joey Hessreally fix comment
2008-01-28 Joey Hessupdate comment
2008-01-17 Brian DowningAdd full parser for git diff-tree output
2007-12-16 Joey Hess* git: Correct display of multiline commit messages...
2007-11-12 Joey Hess* The first git commit legitimately has no parents...
2007-10-31 Joey Hessfix dumb mistake
2007-10-31 Joey Hess* Don't truncate git commit messages to the first line...
2007-10-31 Joey Hess* Improve the RecentChanges display for git merges...
2007-10-31 Joey Hess* Avoid using commands like git-diff and instead use...
2007-10-31 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-10-31 Joey Hess* Avoid a race in the git rcs_commit function, by not...
2007-10-26 Joey HessRun git-commit -q (though it doesn't do much good due...
2007-10-22 joey* If gitorigin_branch is set to the empty string, don...
2007-10-21 joeyminor stylistic changes
2007-10-21 joey * Support git authors of the form "joey <joey>", which...
2007-10-10 joey* Fix strange stderr-hiding code in the git module...
2007-10-10 joey* French translation update. Closes: #445923
2007-10-04 joey* Tidy ctime debug output for git.
2007-08-30 joshtriplettgit.pm: Handle operating in sub-trees of a git repository.
2007-08-30 joshtriplettgit.pm: Renames from git-diff-tree aren't handled,...
2007-08-30 joshtriplettUse git-log rather than the shell, git-rev-list, and...
2007-08-24 joeyremove unncessesary and unused loop labels
2007-01-27 joey* Make gitorigin_branch and gitmaster_branch configurab...
2006-11-26 joeycosmetics patch from Recai
2006-11-26 joey* Git backend improvements, including bug fixes and...
2006-11-22 joeyupdates
2006-11-21 joey* Add a test suite for the mercurial backend, contribut...
2006-11-21 joeybetter subjects
2006-11-20 joey* Add an openid plugin to support logging in using...
2006-11-08 joey* Make sure to check for errors from every eval.
2006-10-14 joeycosmetic changes from Recai
2006-09-09 joey* Work on firming up the plugin interface:
2006-09-04 joeymove html escaping
2006-09-03 joey* Simplify the data structure returned by rcs_recentcha...
2006-07-11 joey* Match 'web commit from' in SVN and git, these are...
2006-07-05 joey* Patch from Recai to fix utf8 issues in git backend.
2006-07-02 joey* Centralised all calls to HTML::Template and force...
2006-06-19 joey* Patch from Recai to fix git recentchanges code to...
2006-06-04 joeyanother from Recai
2006-06-03 joeymisc fixes from Recai
2006-06-02 joey* Add support for using git instead of subversion as...