aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/git.pm
Commit message (Expand)AuthorAge
* 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
* git: --getctime will now follow renames back to the original creation of a file.Joey Hess2009-10-11
* clean up use of IkiWiki::ReceiveJoey Hess2009-09-10
* fix rcs_getctime to return first, not last, change timeJoey Hess2009-03-20
* git: Manually decode git output from utf-8, avoids warning messages on invali...Joey Hess2009-03-09
* git: Fix utf-8 encoding of author names.Joey Hess2009-03-09
* git: Fix malformed utf8 recieved from git.Joey Hess2009-01-25
* A recent change to gitweb removed support for the form of diffurl that many ...Joey Hess2009-01-05
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.Joey Hess2008-10-27
* the pre-receive wrapper needs to be suid after allJoey Hess2008-10-24