aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/git.pm
Commit message (Expand)AuthorAge
* git: don't redundantly pass "--" to git_sha1Simon McVittie2017-01-09
* git: use parameters, not global state, to swap working directorySimon McVittie2017-01-09
* Revert "git: Turn $git_dir into a stack"Simon McVittie2017-01-09
* git: do not mix in_git_dir with eval{}Simon McVittie2017-01-09
* git: Do not disable commit hook for temporary working treeSimon McVittie2016-12-29
* git: Attribute reverts to the user doing the revert, not the wiki itselfSimon McVittie2016-12-29
* git: write proposed attachment to temp file without going via system()Simon McVittie2016-12-28
* git: change calling convention of safe_git to have named argumentsSimon McVittie2016-12-28
* git: Do the revert operation in a secondary working treeSimon McVittie2016-12-28
* git: Turn $git_dir into a stackSimon McVittie2016-12-28
* Try revert operations (on a branch) before approving themSimon McVittie2016-12-28
* Revert "Tell `git revert` not to follow renames"Simon McVittie2016-12-28
* git: do not fail to commit if committer is anonymousSimon McVittie2016-12-28
* git: don't issue a warning if rcsinfo is undefinedSimon McVittie2016-12-28
* Tell `git revert` not to follow renamesSimon McVittie2016-12-19
* Use git log --no-renames for recentchangesSimon McVittie2016-09-03
* Correctly handle filenames starting with a dash in add/rm/mv.Florian Wagner2016-03-17
* ensure_committer: don't do anything if we have the environment variablesSimon McVittie2015-11-30
* Don't memoize ensure_committerSimon McVittie2015-11-30
* git: if no committer identity is known, set it to "IkiWiki <ikiwiki.info>" in...Simon McVittie2015-11-30
* cloak user PII when making commits etc, and let cloaked PII be used in banned...Joey Hess2015-05-14
* only_committed_changes could fail in a git repository merged with git merge -...Joey Hess2014-04-05
* Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master'Joey Hess2014-02-23
|\
| * git: explicitly specify the branch to push to originSimon McVittie2014-02-21
* | Do not UTF8-escape "/" in Git's diffurl: cgit does not support this.intrigeri2013-12-31
|/
* deal with the case where oldrev is the same as newrevJoey Hess2013-11-16
* fix eqJoey Hess2013-11-16
* Added only_committed_changes config setting, which speeds up wiki refresh by ...Joey Hess2013-11-16
* 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