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

Improve compatibility with older git versions #36

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

Improve compatibility with older git versions #36

wants to merge 1 commit into from

Conversation

pilou-
Copy link

@pilou- pilou- commented Mar 13, 2017

--no-patch was added in Git 1.8.4 and is a synonym for -s.
Fixes #31

--no-patch was added in Git 1.8.4 and is a synonym for -s
Fixes #31
@codecov-io
Copy link

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

@@         Coverage Diff          @@
##           master   #36   +/-   ##
====================================
  Coverage      99%   99%           
====================================
  Files           9     9           
  Lines         909   909           
  Branches      178   176    -2     
====================================
  Hits          900   900           
  Misses          4     4           
  Partials        5     5
Impacted Files Coverage Δ
sphinxcontrib/versioning/git.py 98.09% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 920edec...18aeda1. Read the comment docs.

muggenhor pushed a commit to muggenhor/sphinxcontrib-versioning that referenced this pull request 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 pushed a commit to muggenhor/sphinxcontrib-versioning that referenced this pull request Sep 12, 2019
StandaloneHTMLBuilder.default_sidebars was removed in sphinx ~1.6.

sphinx-doc/sphinx@e8e63b1

Fixes sphinx-contrib#36
muggenhor added a commit to muggenhor/sphinxcontrib-versioning that referenced this pull request 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 this pull request may close these issues.

required git version is not specified
2 participants