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

Interpret Co-Authored-By commit keyword #69

Closed
vaab opened this issue Feb 15, 2017 · 0 comments
Closed

Interpret Co-Authored-By commit keyword #69

vaab opened this issue Feb 15, 2017 · 0 comments

Comments

@vaab
Copy link
Owner

vaab commented Feb 15, 2017

Git doesn't support the feature of giving multiple author to one commit. Although, there's a convention about this.

We can support this convention and offer the possibility to show all the authors in the output of gitchangelog.

vaab added a commit that referenced this issue Feb 16, 2017
…ixes #69)

You can use now ``commit["authors"]`` in templates to get a list of all
authors of a commit. See the mako template ``restructuredtext.tpl`` for
example of usage. Mustache templates gets also their own baked in joined
list of authors through ``commit["author_names_joined"]``.
vaab added a commit that referenced this issue Feb 16, 2017
…ixes #69)

You can use now ``commit["authors"]`` in templates to get a list of all
authors of a commit. See the mako template ``restructuredtext.tpl`` for
example of usage. Mustache templates gets also their own baked in joined
list of authors through ``commit["author_names_joined"]``.
@vaab vaab closed this as completed in 83b9076 Feb 17, 2017
vaab added a commit that referenced this issue Mar 10, 2017
…ixes #69)

You can use now ``commit["authors"]`` in templates to get a list of all
authors of a commit. See the mako template ``restructuredtext.tpl`` for
example of usage. Mustache templates gets also their own baked in joined
list of authors through ``commit["author_names_joined"]``.
vaab added a commit that referenced this issue Mar 17, 2017
…ixes #69)

You can use now ``commit["authors"]`` in templates to get a list of all
authors of a commit. See the mako template ``restructuredtext.tpl`` for
example of usage. Mustache templates gets also their own baked in joined
list of authors through ``commit["author_names_joined"]``.
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

No branches or pull requests

1 participant