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

WIP: --author-format and --omit-author options #92

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

Conversation

nicfit
Copy link

@nicfit nicfit commented Sep 19, 2017

The --author-format option allows some customization for how the author is displayed.

  • both: The current default, username and email
  • name: Only the author's name.
  • email: Likewise, only the email
  • none: No author info please.

The --omit-author option allows for pruning author's from the output. This is very nice for single-developer projects where including "Some Name <somename@gmail.com>" for every single entry is redundant, and a waste of bytes. What I prefer for my projects is to omit my own author info (it is assumed) and include the author info for every other contribution made to my project.

If these features are of interest I can work up some tests in the future.

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.

None yet

1 participant