aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/git.pm
Commit message (Expand)AuthorAge
...
* 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
* include temp file for attachment change tooJoey Hess2008-10-24
* updatesJoey Hess2008-10-24
* untrusted committers code seems to be fully workingJoey Hess2008-10-23
* check_canattach hooked upJoey Hess2008-10-23
* more work on untrusted committersJoey Hess2008-10-23
* initial support for git repos with untrusted committersJoey Hess2008-10-22
* git: Fix handling of utf-8 filenames in recentchanges.Joey Hess2008-09-25
* change git hook descriptionJoey Hess2008-09-11
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* show unsafe options (RO) by defaultJoey Hess2008-08-02
* rcs plugin loading reorgJoey Hess2008-08-01
* Merge branch 'master' into autoconfigJoey Hess2008-07-31