Skip to content
New issue

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

required git version is not specified #31

Open
dekimsey opened this issue Dec 13, 2016 · 0 comments · May be fixed by #36
Open

required git version is not specified #31

dekimsey opened this issue Dec 13, 2016 · 0 comments · May be fixed by #36

Comments

@dekimsey
Copy link

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.

@pilou- pilou- linked a pull request Mar 13, 2017 that will close this issue
muggenhor pushed a commit to muggenhor/sphinxcontrib-versioning that referenced this issue Sep 12, 2019
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
muggenhor added a commit to muggenhor/sphinxcontrib-versioning that referenced this issue Sep 12, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant