| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=526598
|
|
|
|
| |
Notes:
svn path=/head/; revision=525770
|
|
|
|
| |
Notes:
svn path=/head/; revision=524509
|
|
|
|
| |
Notes:
svn path=/head/; revision=523919
|
|
|
|
| |
Notes:
svn path=/head/; revision=523253
|
|
|
|
| |
Notes:
svn path=/head/; revision=522276
|
|
|
|
| |
Notes:
svn path=/head/; revision=514166
|
|
|
|
| |
Notes:
svn path=/head/; revision=513026
|
|
|
|
| |
Notes:
svn path=/head/; revision=512146
|
|
|
|
| |
Notes:
svn path=/head/; revision=511771
|
|
|
|
| |
Notes:
svn path=/head/; revision=510674
|
|
|
|
| |
Notes:
svn path=/head/; revision=504753
|
|
|
|
| |
Notes:
svn path=/head/; revision=503214
|
|
|
|
| |
Notes:
svn path=/head/; revision=503111
|
|
|
|
| |
Notes:
svn path=/head/; revision=502210
|
|
|
|
| |
Notes:
svn path=/head/; revision=501031
|
|
|
|
| |
Notes:
svn path=/head/; revision=500622
|
|
|
|
| |
Notes:
svn path=/head/; revision=499015
|
|
|
|
| |
Notes:
svn path=/head/; revision=496518
|
|
|
|
| |
Notes:
svn path=/head/; revision=492344
|
|
|
|
| |
Notes:
svn path=/head/; revision=491802
|
|
|
|
|
|
|
| |
Reported by: freefall:/home/jrm/update_gitauthors.pl
Notes:
svn path=/head/; revision=488246
|
|
|
|
| |
Notes:
svn path=/head/; revision=482212
|
|
|
|
| |
Notes:
svn path=/head/; revision=481652
|
|
|
|
| |
Notes:
svn path=/head/; revision=481204
|
|
|
|
| |
Notes:
svn path=/head/; revision=481148
|
|
|
|
| |
Notes:
svn path=/head/; revision=480274
|
|
|
|
| |
Notes:
svn path=/head/; revision=478879
|
|
|
|
| |
Notes:
svn path=/head/; revision=474743
|
|
|
|
| |
Notes:
svn path=/head/; revision=473970
|
|
|
|
| |
Notes:
svn path=/head/; revision=473898
|
|
|
|
|
|
|
|
|
|
|
| |
Missing names will cause `git svn fetch --authors-file .gitauthors` to
fail.
PR: 229409
Reported by: mat
Notes:
svn path=/head/; revision=473726
|
|
|
|
| |
Notes:
svn path=/head/; revision=472604
|
|
|
|
| |
Notes:
svn path=/head/; revision=470603
|
|
|
|
| |
Notes:
svn path=/head/; revision=470275
|
|
|
|
| |
Notes:
svn path=/head/; revision=468994
|
|
|
|
| |
Notes:
svn path=/head/; revision=468052
|
|
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
|