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

Adding Huborg::Client#synchronize_mailmap! #3

Merged
merged 1 commit into from
Feb 28, 2020

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Feb 28, 2020

The method will take a given template (which confirms to Git's
.mailmap file format
,
then iterates on all of the repositories, adding any non-duplicates,
then writing back to the template before creating pull requests against
each of the organization's non-archived repositories.

@jeremyf jeremyf requested a review from jrgriffiniii February 28, 2020 02:00
The method will take a given template (which confirms to [Git's
.mailmap file format](https://www.git-scm.com/docs/git-check-mailmap),
then iterates on all of the repositories, adding any non-duplicates,
then writing back to the template before creating pull requests against
each of the organization's non-archived repositories.
@jeremyf jeremyf force-pushed the adding-mailmap-pusher branch from d378bd2 to 65851a9 Compare February 28, 2020 02:10
Copy link
Contributor

@jrgriffiniii jrgriffiniii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested by disabling the method which actually created the pull request - I did find that the branch with the desired changes was automatically created.

@jrgriffiniii jrgriffiniii merged commit 24b111b into master Feb 28, 2020
@jrgriffiniii jrgriffiniii deleted the adding-mailmap-pusher branch February 28, 2020 05:15
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