sphinxcontrib-versioning icon indicating copy to clipboard operation
sphinxcontrib-versioning copied to clipboard

Improve compatibility with older git versions

Open pilou- opened this issue 8 years ago • 1 comments

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

pilou- avatar Mar 13 '17 17:03 pilou-

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%> (ø) :white_check_mark:

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.

codecov-io avatar Mar 13 '17 18:03 codecov-io