-
Notifications
You must be signed in to change notification settings - Fork 10
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
tools,meta: make AUTHORS reflect all the contributors #88
Closed
Commits on Feb 26, 2017
-
tools: generate authors list automatically
* Add new `update-authors.js` tool that traverses commit history using `git log` and creates authors list. * Decouple common functions into a module shared between tools. * Add `.mailmap` file with proper names and emails of active collaborators. This file is automatically parsed by Git so that `git log --format='%aN <%aE>'` won't show duplicate entries in case something was committed with misconfigured Git. E.g., without this file @tshemsedinov appears twice in the list, as Timur Shemsedinov and as tshemsedinov, but with mailmap applied Git automatically coalesces these entries to use the full name only.
Configuration menu - View commit details
-
Copy full SHA for 8915cd7 - Browse repository at this point
Copy the full SHA 8915cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301c1f1 - Browse repository at this point
Copy the full SHA 301c1f1View commit details
Commits on Feb 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6445ba7 - Browse repository at this point
Copy the full SHA 6445ba7View commit details
Commits on Feb 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d061b0d - Browse repository at this point
Copy the full SHA d061b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f608140 - Browse repository at this point
Copy the full SHA f608140View commit details -
squash! simplify update-authors.js
* Don't use a Set together with an array, O(n^2) instead of O(n*log(n)) is fine for such tool but the code is shorter. * Use a regular for-of loop instead of reduce.
Configuration menu - View commit details
-
Copy full SHA for 8e305bb - Browse repository at this point
Copy the full SHA 8e305bbView commit details -
squash! don't forget to update the commit message
New commit message for 8915cd7: tools: generate authors list automatically * Add new `update-authors.js` tool that traverses commit history using `git log` and creates authors list. * Decouple common functions into a module shared between tools. * Add `.mailmap` file. This file is automatically parsed by Git so that `git log --format='%aN <%aE>'` won't show duplicate entries in case something was committed with misconfigured Git. E.g., without this file @tshemsedinov appears twice in the list, as Timur Shemsedinov and as tshemsedinov, but with mailmap applied Git automatically coalesces these entries to use the full name only. This file now includes the active collaborators (@tshemsedinov for a reason and @aqrln and @belochub just in case) and proper names and emails for two contributors who committed with invalid ones.
Configuration menu - View commit details
-
Copy full SHA for 943a831 - Browse repository at this point
Copy the full SHA 943a831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4ce32 - Browse repository at this point
Copy the full SHA 8a4ce32View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.