aboutsummaryrefslogtreecommitdiff
path: root/.gitauthors
Commit message (Collapse)AuthorAgeFilesLines
* .gitauthors: Add Thomas Munro (tmunro)Joseph Mingrone2018-10-161-0/+1
| | | | Notes: svn path=/head/; revision=482212
* .gitauthors: Add Yuri Pankov (yuripv)Joseph Mingrone2018-10-091-0/+1
| | | | Notes: svn path=/head/; revision=481652
* .gitauthors: Add Vinícius Zavam (egypcio)Joseph Mingrone2018-10-041-0/+1
| | | | Notes: svn path=/head/; revision=481204
* .gitauthors: Add Alexandre C. Guimarães (rigoletto)Joseph Mingrone2018-10-031-0/+1
| | | | Notes: svn path=/head/; revision=481148
* .gitauthors: Add Serhii Kozlov (skozlov)Joseph Mingrone2018-09-211-0/+1
| | | | Notes: svn path=/head/; revision=480274
* .gitauthors: Add Kevin Bowling (kbowling)Joseph Mingrone2018-09-031-0/+1
| | | | Notes: svn path=/head/; revision=478879
* .gitauthors: Add John Hixon (jhixson)Joseph Mingrone2018-07-161-0/+1
| | | | Notes: svn path=/head/; revision=474743
* .gitauthors: Add Ben Widawsky (bwidawsk)Joseph Mingrone2018-07-051-0/+1
| | | | Notes: svn path=/head/; revision=473970
* .gitauthors: Add Jesper Schmitz Mouridsen (jsm)Joseph Mingrone2018-07-041-0/+1
| | | | Notes: svn path=/head/; revision=473898
* .gitauthors: Ensure all accounts have a nameJoseph Mingrone2018-07-021-4/+4
| | | | | | | | | | | Missing names will cause `git svn fetch --authors-file .gitauthors` to fail. PR: 229409 Reported by: mat Notes: svn path=/head/; revision=473726
* .gitauthors: Add Mateusz Piotrowski (0mp)Joseph Mingrone2018-06-171-0/+1
| | | | Notes: svn path=/head/; revision=472604
* .gitauthors: Add Breno Leitao (leitao) and Leandro Lupori (luporl)Joseph Mingrone2018-05-221-0/+2
| | | | Notes: svn path=/head/; revision=470603
* .gitauthors: Add Gleb Popov (arrowd)Joseph Mingrone2018-05-181-0/+1
| | | | Notes: svn path=/head/; revision=470275
* .gitauthors: Add Matt Macy (mmacy)Joseph Mingrone2018-05-031-0/+1
| | | | Notes: svn path=/head/; revision=468994
* .gitauthors: Add Rebecca Cran (bcran)Joseph Mingrone2018-04-221-0/+1
| | | | Notes: svn path=/head/; revision=468052
* Add authors file for informative author fields with `git log`Joseph Mingrone2018-04-181-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 Notes: svn path=/head/; revision=467739