Skip to content

Commit 3727371

Browse files
AUTHORS.txt: add list (#83)
Also add a tool that can be used to generate the file from the Git commit history, and use a mailmap to dedupe entries.
1 parent dbdb51d commit 3727371

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Achille Roussel <achille@segment.com> Achille <achille@segment.com>
2+
Thomas Pelletier <thomas.pelletier@segment.com> Thomas Pelletier <pelletier.thomas@gmail.com>

AUTHORS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Achille Roussel <achille@segment.com>
2+
Frederic Branczyk <fbranczyk@gmail.com>
3+
Julien Fabre <julien@segment.com>
4+
Kevin Burke <kevin.burke@segment.com>
5+
Thomas Pelletier <thomas.pelletier@segment.com>

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
AUTHORS.txt: .mailmap
2+
go install github.com/kevinburke/write_mailmap@latest
3+
write_mailmap > AUTHORS.txt

0 commit comments

Comments
 (0)