Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Add fast-import mode. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add fast-import mode. #2

wants to merge 1 commit into from

Conversation

robbat2
Copy link

@robbat2 robbat2 commented Dec 4, 2013

This uses the git fast-import system to create a repo much faster than calling git many times.

Signed-off-by: Robin H. Johnson [email protected]

Signed-off-by: Robin H. Johnson <[email protected]>
DIRPREFIX = 'wiki'

SUPPORTED_CHANGES = (DOKU_CHANGE_TYPE_CREATE, DOKU_CHANGE_TYPE_EDIT, DOKU_CHANGE_TYPE_MINOR_EDIT, DOKU_CHANGE_TYPE_DELETE, DOKU_CHANGE_TYPE_REVERT)
EMAIL = '[email protected]'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This e-mail would be better changed to something like [email protected] - that domain is reserved for examples.

@hoxu
Copy link
Owner

hoxu commented Dec 19, 2013

The indentation is 2 spaces, which is different from indentation used in dokuwiki2git - tabs (it's also different from PEP8 recommendation). Indentation should be consistent within the project, eg. tabs.

Otherwise this patch looks interesting and I'd love to merge it after some cleanup :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants