summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/git.pm
AgeCommit message (Expand)Author
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
2008-01-28change rcs_recentchanges when to absolute, not relative, timeJoey Hess
2008-01-28remove debug messageJoey Hess
2008-01-28figured out how rev is used..Joey Hess
2008-01-28add an id field to the rcs_recentchanges return structureJoey Hess
2008-01-28remove extraneous quotingJoey Hess
2008-01-28test1Joey Hess
2008-01-28really fix commentJoey Hess
2008-01-28update commentJoey Hess
2008-01-17Add full parser for git diff-tree outputBrian Downing
2007-12-16* git: Correct display of multiline commit messages in recentchanges.Joey Hess
2007-11-12* The first git commit legitimately has no parents. Avoid recentchangesJoey Hess
2007-10-31fix dumb mistakeJoey 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 insteadJoey 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 willJoey Hess
2007-10-26Run git-commit -q (though it doesn't do much good due to its stderr abuse).Joey Hess
2007-10-22* If gitorigin_branch is set to the empty string, don't push or pull.joey
2007-10-21minor stylistic changesjoey
2007-10-21 * Support git authors of the form "joey <joey>", which is common whenjoey
2007-10-10* Fix strange stderr-hiding code in the git module, allow error messagesjoey
2007-10-10* French translation update. Closes: #445923joey
2007-10-04* Tidy ctime debug output for git.joey
2007-08-30git.pm: Handle operating in sub-trees of a git repository.joshtriplett
2007-08-30git.pm: Renames from git-diff-tree aren't handled, so don't ask for them.joshtriplett
2007-08-30Use git-log rather than the shell, git-rev-list, and git-diff-tree.joshtriplett
2007-08-24remove unncessesary and unused loop labelsjoey
2007-01-27* Make gitorigin_branch and gitmaster_branch configurable via the setupjoey
2006-11-26cosmetics patch from Recaijoey
2006-11-26* Git backend improvements, including bug fixes and better robustness.joey
2006-11-22updatesjoey
2006-11-21* Add a test suite for the mercurial backend, contributed by Emanuele Aina.joey
2006-11-21better subjectsjoey
2006-11-20* Add an openid plugin to support logging in using OpenID.joey
2006-11-08* Make sure to check for errors from every eval.joey
2006-10-14cosmetic changes from Recaijoey
2006-09-09* Work on firming up the plugin interface:joey
2006-09-04move html escapingjoey
2006-09-03* Simplify the data structure returned by rcs_recentchanges to avoidjoey
2006-07-11* Match 'web commit from' in SVN and git, these are web commits too.joey
2006-07-05* Patch from Recai to fix utf8 issues in git backend.joey
2006-07-02* Centralised all calls to HTML::Template and force all the templatesjoey
2006-06-19* Patch from Recai to fix git recentchanges code to work with git 1.4 whichjoey
2006-06-04another from Recaijoey
2006-06-03misc fixes from Recaijoey
2006-06-02* Add support for using git instead of subversion as the RCS backend,joey