We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot run the application on at least RHEL7 with git version 1.8.3.1.
00:00:07.461 2016-12-13 13:08:59,411 52058 DEBUG sphinxcontrib.versioning.routines {"output": "fatal: unrecognized argument: --no-patch\n", "code": 128, "command": ["git", "show", "--no-patch", "--pretty=format:%ct", .... ], "cwd": "..."}
Installing and activated the git19 scl environment appears to address this.
The text was updated successfully, but these errors were encountered:
Merge sphinx-contrib#36: compat with older git
1f687ef
Use '-s' instead of '--no-patch' as it was only introduced as a 'git show' parameter in Git 1.8.4. This fixes sphinx-contrib#31
1e005e5
Successfully merging a pull request may close this issue.
I cannot run the application on at least RHEL7 with git version 1.8.3.1.
Installing and activated the git19 scl environment appears to address this.
The text was updated successfully, but these errors were encountered: