aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/git.pm
Commit message (Expand)AuthorAge
* Pass --no-edit when used with git 1.7.8 and newer.Joey Hess2013-07-10
* Deal with git behavior change in 1.7.8 and newer that broke support for commi...Joey Hess2013-07-10
* Fix some warnigns in recent perls.Shlomi Fish2012-12-17
* remove debug messageJoey Hess2012-03-22
* URI escape filename when generating the diffurl.Joey Hess2012-03-13
* fix display of page name in recentchanges after a revertJoey Hess2012-02-07
* Fix web revert of a file deletion.Joey Hess2011-09-05
* git: Fix bug involving attempting to web revert a commit that included change...Joey Hess2010-12-29
* bugfixJoey Hess2010-12-29
* Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess2010-12-29
* git: Avoid adding files when committing, so as not to implicitly add files li...Joey Hess2010-11-29
* git: Fix temp file location.Joey Hess2010-11-29
* Use author date instead of commit dateTuomas Jormola2010-10-31
* nice message if someone tries to revert a merge commitJoey Hess2010-10-23
* bugfixJoey Hess2010-10-23
* fix web reversion when the srcdir is in a subdir of the git repo.Joey Hess2010-10-23
* taint handling for revJoey Hess2010-10-08
* remove todo itemJoey Hess2010-10-08
* fix rcs_prepedit implementation to match specJoey Hess2010-10-08
* convert rcs_revert to only stage the reversionJoey Hess2010-10-06
* remove rcs_showpatchJoey Hess2010-10-06
* fix $git_root cachingJoey Hess2010-10-04
* fix indentationJoey Hess2010-10-04
* document new rcs reversion support functionsJoey Hess2010-10-04
* indentationJoey Hess2010-10-04
* fix bug if git_root is "0"Joey Hess2010-10-04
* Minor tidy-ups.Peter Gammie2010-10-01
* Complete rcs_preprevert and lightly test.Peter Gammie2010-10-01
* First cut at the revert plugin.Peter Gammie2010-09-29
* git: When updating from remote, use git pull --prune, to avoid possible error...Joey Hess2010-09-14
* avoid generating receive wrapper if there are no untrusted committersJoey Hess2010-07-26
* git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ...Joey Hess2010-07-24
* move nickname sanitization outJoey Hess2010-07-04
* git: Added git_wrapper_background_command option. Can be used to eg, make th...Joey Hess2010-07-01
* bugfixJoey Hess2010-06-23
* finializing openid nickname supportJoey Hess2010-06-23
* git: Record the username from openid in the git author email. (This avoids di...Joey Hess2010-06-23
* rcs_getctime and rcs_getmtime take relative filenamesJoey Hess2010-06-23
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* API: rcs_commit and rcs_commit_staged are passed a new parameterJoey Hess2010-06-23
* Add new optional field usershort to rcs_recentchanges.Joey Hess2010-06-23
* force list contextJoey Hess2010-06-16
* git: Gix --gettime to properly support utf8 filenames.Joey Hess2010-06-15
* automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
* --gettime revampJoey Hess2010-04-16
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* handle git-notes breakageJoey Hess2010-01-19
* brace style and layoutJoey Hess2010-01-18
* skip mergesJoey Hess2009-10-12
* can't use --reverse with git log --followJoey Hess2009-10-11