Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Tags: FineUploader/docfu

Tags

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
this time use correct syntax to lock project to python-markdown 2.6.11

1.0.2

Toggle 1.0.2's commit message
Cant generate docs from old branches (#1)

* old branches/tags are lost on initial --depth 5 clone
* remove redundant template var

1.0.1

Toggle 1.0.1's commit message
fix(util.py): non-default branch fails to be checked out

Whenever the --depth option is used, the --single-branch option is implied as well. This means that the default branch is the only branch included in the history in this case. So, if the default branch is "master" then git checkout develop will fail with "pathspec 'develop' did not match any file(s) known to git". Not sure why this didn't fail earlier, but this issue started to appear on the Fine Uploader doc generation server a few days ago. Adding --no-single-branch fixed the issue.