summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/git.pm
AgeCommit message (Expand)Author
2010-12-29git: Fix bug involving attempting to web revert a commit that included change...Joey Hess
2010-12-29bugfixJoey Hess
2010-12-29Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess
2010-11-29git: Avoid adding files when committing, so as not to implicitly add files li...Joey Hess
2010-11-29git: Fix temp file location.Joey Hess
2010-10-31Use author date instead of commit dateTuomas Jormola
2010-10-23nice message if someone tries to revert a merge commitJoey Hess
2010-10-23bugfixJoey Hess
2010-10-23fix web reversion when the srcdir is in a subdir of the git repo.Joey Hess
2010-10-08taint handling for revJoey Hess
2010-10-08remove todo itemJoey Hess
2010-10-08fix rcs_prepedit implementation to match specJoey Hess
2010-10-06convert rcs_revert to only stage the reversionJoey Hess
2010-10-06remove rcs_showpatchJoey Hess
2010-10-04fix $git_root cachingJoey Hess
2010-10-04fix indentationJoey Hess
2010-10-04document new rcs reversion support functionsJoey Hess
2010-10-04indentationJoey Hess
2010-10-04fix bug if git_root is "0"Joey Hess
2010-10-01Minor tidy-ups.Peter Gammie
2010-10-01Complete rcs_preprevert and lightly test.Peter Gammie
2010-09-29First cut at the revert plugin.Peter Gammie
2010-09-14git: When updating from remote, use git pull --prune, to avoid possible error...Joey Hess
2010-07-26avoid generating receive wrapper if there are no untrusted committersJoey Hess
2010-07-24git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ...Joey Hess
2010-07-04move nickname sanitization outJoey Hess
2010-07-01git: Added git_wrapper_background_command option. Can be used to eg, make th...Joey Hess
2010-06-23bugfixJoey Hess
2010-06-23finializing openid nickname supportJoey Hess
2010-06-23git: Record the username from openid in the git author email. (This avoids di...Joey Hess
2010-06-23rcs_getctime and rcs_getmtime take relative filenamesJoey Hess
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-23API: rcs_commit and rcs_commit_staged are passed a new parameterJoey Hess
2010-06-23Add new optional field usershort to rcs_recentchanges.Joey Hess
2010-06-16force list contextJoey Hess
2010-06-15git: Gix --gettime to properly support utf8 filenames.Joey Hess
2010-04-16automatically run --gettime, and optimise it for gitJoey Hess
2010-04-16--gettime revampJoey Hess
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess
2010-01-19handle git-notes breakageJoey Hess
2010-01-18brace style and layoutJoey Hess
2009-10-12skip mergesJoey Hess
2009-10-11can't use --reverse with git log --followJoey Hess
2009-10-11git: --getctime will now follow renames back to the original creation of a file.Joey Hess
2009-09-10clean up use of IkiWiki::ReceiveJoey Hess
2009-03-20fix rcs_getctime to return first, not last, change timeJoey Hess
2009-03-09git: Manually decode git output from utf-8, avoids warning messages on invali...Joey Hess
2009-03-09git: Fix utf-8 encoding of author names.Joey Hess
2009-01-25git: Fix malformed utf8 recieved from git.Joey Hess
2009-01-05A recent change to gitweb removed support for the form of diffurl that many ...Joey Hess