aboutsummaryrefslogtreecommitdiffstats
path: root/.gitauthors
Commit message (Collapse)AuthorAgeFilesLines
* .gitauthors: Add Thomas Munro (tmunro)jrm2018-10-161-0/+1
|
* .gitauthors: Add Yuri Pankov (yuripv)jrm2018-10-101-0/+1
|
* .gitauthors: Add Vinícius Zavam (egypcio)jrm2018-10-041-0/+1
|
* .gitauthors: Add Alexandre C. Guimarães (rigoletto)jrm2018-10-031-0/+1
|
* .gitauthors: Add Serhii Kozlov (skozlov)jrm2018-09-211-0/+1
|
* .gitauthors: Add Kevin Bowling (kbowling)jrm2018-09-031-0/+1
|
* .gitauthors: Add John Hixon (jhixson)jrm2018-07-161-0/+1
|
* .gitauthors: Add Ben Widawsky (bwidawsk)jrm2018-07-051-0/+1
|
* .gitauthors: Add Jesper Schmitz Mouridsen (jsm)jrm2018-07-051-0/+1
|
* .gitauthors: Ensure all accounts have a namejrm2018-07-021-4/+4
| | | | | | | | Missing names will cause `git svn fetch --authors-file .gitauthors` to fail. PR: 229409 Reported by: mat
* .gitauthors: Add Mateusz Piotrowski (0mp)jrm2018-06-171-0/+1
|
* .gitauthors: Add Breno Leitao (leitao) and Leandro Lupori (luporl)jrm2018-05-221-0/+2
|
* .gitauthors: Add Gleb Popov (arrowd)jrm2018-05-181-0/+1
|
* .gitauthors: Add Matt Macy (mmacy)jrm2018-05-041-0/+1
|
* .gitauthors: Add Rebecca Cran (bcran)jrm2018-04-231-0/+1
|
* Add authors file for informative author fields with `git log`jrm2018-04-191-0/+831
From the top of the ports tree run git config svn.authorsfile .gitauthors and `git log` will show author fields that look like Rodney Grimes <rgrimes@FreeBSD.org> instead of user <user@aed309b6-a8cd-e111-996c-001c23d10e55>. Warning: If a commit is made by an author who is not included in this file, `git svn dcommit` will fail until the author has been added. This file is append-only. Anyone who has ever committed or has commit access to any of the repositories should be included. The only exception when users could be removed is if they no longer have an account and never committed. TODO: - Add peter's script [1] to a post-commit hook, so that additions to svnadmin/conf/access will be reflected in .gitauthors as soon as possible. - Add peter's script to a cron job on freefall to update .gitauthors when users change their gecos information. [1] Latest version of the script can be found at freefall:/home/jrm/update_gitauthors.pl Reviewed by: eadler karels mat peter rgrimes swills Differential Revision: https://reviews.freebsd.org/D13754