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

new: -p command line option to limit commits to a specified path #89

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

Conversation

arvinf
Copy link

@arvinf arvinf commented Aug 31, 2017

Using this option one can limit the changelog to only those commits that
affect the specified path.

This is similar to passing a path option to git log. It is very useful in cases where a repository has multiple modules and one wishes to generate a change log for only one module or directory. For example a repository with a main application and multiple supporting utilities.

Using this option one can limit the changelog to only those commits that
affect the specified path. This is similar to passing a path option to
``git log``. It is very useful in cases where a repository has multiple
modules and one wishes to generate a change log for only one module or
directory. For example a repository with a main application and multiple
supporting utilities.
@codecov
Copy link

codecov bot commented Aug 31, 2017

Codecov Report

Merging #89 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   88.42%   88.46%   +0.04%     
==========================================
  Files           2        2              
  Lines         838      841       +3     
  Branches      168      168              
==========================================
+ Hits          741      744       +3     
  Misses         58       58              
  Partials       39       39
Impacted Files Coverage Δ
src/gitchangelog/gitchangelog.py 88.35% <100%> (+0.04%) ⬆️

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 e559343...378f31c. Read the comment docs.

@codecov-io
Copy link

Codecov Report

Merging #89 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   88.45%   88.46%   +0.01%     
==========================================
  Files           2        2              
  Lines         840      841       +1     
  Branches      168      168              
==========================================
+ Hits          743      744       +1     
  Misses         58       58              
  Partials       39       39
Impacted Files Coverage Δ
src/gitchangelog/gitchangelog.py 88.35% <100%> (+0.01%) ⬆️

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 d72a0f0...378f31c. Read the comment docs.

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.

2 participants