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

git-changelog: add --start-commit option, like --start-tag but for commit #722

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

spacewander
Copy link
Collaborator

For #719

@spacewander
Copy link
Collaborator Author

@thisisshi
The --start-commit option is mostly like the --start-tag option, so it could be with other options.
For example, it could work with --list and --merges-only option:

¥ git changelog -x --start-commit @~3 -p -l -m
  * Merge pull request #721 from spacewander/git_changelog_list_newline
    git-changelog: add missing newline to the plain output
  * Merge pull request #713 from pabs3/docs
    Updates to the documentation building workflow and docs
  * Merge pull request #717 from flatcap/ignore-private
    add: git-ignore -p (private to repo)
  * Merge pull request #716 from francoism90/patch-1
    Add installation guide for Arch Linux

Note that the start commit is included in the changelog, as start tag is included in the changelog too.

@spacewander spacewander merged commit e4aaf9f into tj:master Jun 20, 2018
@spacewander
Copy link
Collaborator Author

Merged.

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.

1 participant