gitchangelog icon indicating copy to clipboard operation
gitchangelog copied to clipboard

new: added 'path' config option to limit commit messages

Open dfugate opened this issue 5 years ago • 1 comments

This introduces a new optional 'path' config file parameter which allows end-users to run 'git log ... [path]' instead of 'git log ...'. The net effect here is this makes it easy to limit commits to those that affected a certain set directory and its contents only. Hopefully this capability didn't already exist in some other capacity:)

dfugate avatar Mar 06 '19 20:03 dfugate

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   88.45%   88.45%           
=======================================
  Files           2        2           
  Lines         840      840           
  Branches      168      168           
=======================================
  Hits          743      743           
  Misses         58       58           
  Partials       39       39
Impacted Files Coverage Δ
src/gitchangelog/gitchangelog.py 88.34% <100%> (ø) :arrow_up:

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 95fe8d5...7da12ad. Read the comment docs.

codecov[bot] avatar Mar 06 '19 20:03 codecov[bot]