forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.authors.yml
2505 lines (2505 loc) · 62 KB
/
.authors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- name: Michael Sarahan
email: [email protected]
num_commits: 665
first_commit: 2015-09-07 04:10:25
github: msarahan
aliases:
- Mike Sarahan
- Michael Sarahan
alternate_emails:
- name: Rachel Rigdon
email: [email protected]
num_commits: 177
first_commit: 2019-01-14 19:08:38
github: rrigdon
alternate_emails:
aliases:
- rrigdon
- Rachel
- name: Tian Zhang
email: [email protected]
num_commits: 139
first_commit: 2016-06-27 23:04:02
github: HugoTian
aliases:
- tester
- Zhang Tian
- Tian Zhang
alternate_emails:
- name: Chris Osborn
email: [email protected]
num_commits: 1
first_commit: 2019-06-05 03:21:43
github: csosborn
- name: Kfir Zvi
email: [email protected]
num_commits: 1
first_commit: 2021-08-03 12:39:14
github: zvikfir
- name: Nelson Liu
email: [email protected]
num_commits: 1
first_commit: 2018-05-25 02:12:04
- name: Juan Luis Cano Rodríguez
email: [email protected]
num_commits: 4
first_commit: 2013-07-22 01:02:30
github: astrojuanlu
alternate_emails:
- name: Tim Gates
email: [email protected]
num_commits: 2
first_commit: 2020-01-26 08:24:35
github: timgates42
- name: Dan Blanchard
email: [email protected]
num_commits: 1
first_commit: 2014-03-26 21:57:13
- name: Giles Cope
email: [email protected]
num_commits: 2
first_commit: 2019-10-27 22:24:47
github: gilescope
- name: Derek Ludwig
email: [email protected]
num_commits: 2
first_commit: 2017-05-31 00:18:37
github: dsludwig
alternate_emails:
- name: Christopher Barber
email: [email protected]
num_commits: 8
first_commit: 2019-03-21 14:11:30
- name: Travis Swicegood
email: [email protected]
num_commits: 236
first_commit: 2014-10-14 18:25:58
github: tswicegood
alternate_emails:
- name: Markus Gerstel
email: [email protected]
num_commits: 1
first_commit: 2020-02-17 15:07:09
github: Anthchirp
- name: Michael Albert
email: [email protected]
github: albertmichaelj
aliases:
- albertmichaelj
num_commits: 1
first_commit: 2019-02-27 14:14:08
- name: peter1000
email: [email protected]
github: peter1000
num_commits: 1
first_commit: 2014-01-24 14:22:00
- name: Dave Masino
email: [email protected]
num_commits: 1
first_commit: 2019-02-07 07:19:18
github: davemasino
- name: Ryan
email: [email protected]
github: ryanskeith
num_commits: 3
first_commit: 2015-06-17 19:53:57
alternate_emails:
- name: ugurthemaster
email: [email protected]
num_commits: 7
first_commit: 2013-08-22 16:09:29
github: ugurthemaster
- name: Sidhant Bansal
email: [email protected]
github: sidhant007
aliases:
- sidhant007
num_commits: 3
first_commit: 2020-06-22 13:01:33
- name: Daniel Bast
email: [email protected]
num_commits: 19
first_commit: 2021-04-08 13:00:55
github: dbast
- name: David Warde-Farley
email: [email protected]
num_commits: 1
first_commit: 2015-08-04 22:46:20
- name: Stephan Hoyer
email: [email protected]
num_commits: 1
first_commit: 2014-12-15 08:47:18
github: shoyer
- name: Mario Juric
email: [email protected]
num_commits: 1
first_commit: 2016-04-11 07:08:32
github: mjuric
- name: Shaun Walbridge
email: [email protected]
alternate_emails:
num_commits: 6
first_commit: 2016-05-24 19:17:21
github: scw # alternate: scdub
- name: Brent Pedersen
email: [email protected]
num_commits: 1
first_commit: 2016-05-10 17:47:05
github: brentp
- name: Kerry Watson
email: [email protected]
alternate_emails:
num_commits: 92
first_commit: 2015-05-18 23:00:08
- name: Cheng H. Lee
email: [email protected]
alternate_emails:
num_commits: 68
first_commit: 2020-04-28 19:44:22
github: chenghlee
- name: Guo Ci
email: [email protected]
github: guoci
aliases:
- guoci
num_commits: 1
first_commit: 2017-01-10 21:19:12
- name: Jacob Smith
email: [email protected]
num_commits: 3
first_commit: 2013-07-02 22:34:48
- name: Philippe Ombredanne
email: [email protected]
num_commits: 1
first_commit: 2017-03-08 22:43:18
- name: Antoine Gallix
email: [email protected]
num_commits: 1
first_commit: 2017-11-19 19:55:35
- name: lexual
email: [email protected]
github: lexual
num_commits: 2
first_commit: 2015-06-27 03:31:58
- name: Julien Schueller
email: [email protected]
num_commits: 2
first_commit: 2016-05-05 14:44:44
- name: Christoph Stich
email: [email protected]
num_commits: 2
first_commit: 2017-03-08 17:20:25
- name: Will Warner
email: [email protected]
github: electronwill
aliases:
- electronwill
num_commits: 351
first_commit: 2015-10-15 20:59:11
- name: Jan-Benedikt Jagusch
email: [email protected]
num_commits: 1
first_commit: 2021-10-20 18:17:36
github: janjagusch
- name: Tyler Kim
email: [email protected]
num_commits: 115
first_commit: 2017-02-11 02:08:29
alternate_emails:
github: tyler-thetyrant
- name: Shannon Green
email: [email protected]
num_commits: 1
first_commit: 2018-04-18 03:12:57
github: ShannonGreen
- name: Uwe L. Korn
email: [email protected]
alternate_emails:
num_commits: 3
first_commit: 2020-01-30 11:55:28
github: xhochy
- name: Kara de la Marck
email: [email protected]
num_commits: 1
first_commit: 2019-02-21 20:01:44
github: MarckK
- name: saraneem
email: [email protected]
num_commits: 5
first_commit: 2017-10-04 00:28:34
- name: Wes Turner
email: [email protected]
num_commits: 1
first_commit: 2015-01-27 01:57:16
- name: Øystein Idema Torget
email: [email protected]
num_commits: 1
first_commit: 2016-02-19 21:10:11
- name: Théo Segonds
email: [email protected]
num_commits: 1
first_commit: 2016-03-14 14:45:27
- name: James Winegar
email: [email protected]
num_commits: 1
first_commit: 2017-12-28 16:20:43
github: jameswinegar
- name: Matthew Anderson
email: [email protected]
github: matta9001
aliases:
- matta9001
num_commits: 3
first_commit: 2019-02-23 19:25:16
- name: Stefan Seefeld
email: [email protected]
num_commits: 8
first_commit: 2017-04-21 22:51:26
github: stefanseefeld
- name: MatthieuDartiailh
email: [email protected]
num_commits: 2
first_commit: 2017-07-02 21:19:58
- name: Tyrone Grandison
email: [email protected]
num_commits: 1
first_commit: 2016-07-28 16:07:39
- name: Saad Parwaiz
email: [email protected]
num_commits: 1
first_commit: 2020-12-14 18:29:44
github: saadparwaiz1
- name: Jonas Haag
email: [email protected]
num_commits: 1
first_commit: 2021-10-20 20:48:06
github: jonashaag
- name: Bruno Oliveira
email: [email protected]
num_commits: 5
first_commit: 2015-09-30 23:35:09
github: nicoddemus
alternate_emails:
- name: Tim Hopper
email: [email protected]
num_commits: 2
first_commit: 2015-05-08 15:11:50
github: tdhopper
- name: Vlad Frolov
email: [email protected]
num_commits: 2
first_commit: 2015-08-05 12:52:27
github: frol
- name: Ben Mares
email: [email protected]
num_commits: 1
first_commit: 2020-09-15 18:04:41
github: maresb
- name: Remi Rampin
email: [email protected]
num_commits: 4
first_commit: 2015-02-20 19:27:32
- name: Patricio Hubmann
email: [email protected]
num_commits: 1
first_commit: 2017-04-01 18:32:19
- name: Morgan Parry
email: [email protected]
num_commits: 1
first_commit: 2020-07-29 10:44:10
github: mparry
- name: David Froger
email: [email protected]
num_commits: 2
first_commit: 2014-12-20 15:12:37
github: dfroger
alternate_emails:
- name: Antoine Prouvost
email: [email protected]
num_commits: 1
first_commit: 2019-12-03 15:59:24
github: AntoinePrv
- name: Anthon van der Neut
email: [email protected]
num_commits: 1
first_commit: 2016-02-28 08:06:41
github: AvdN
- name: Nitin Madnani
email: [email protected]
num_commits: 1
first_commit: 2013-11-12 22:03:26
github: desilinguist
- name: Alex Hall
email: [email protected]
num_commits: 1
first_commit: 2019-05-22 06:09:43
github: alexhall
- name: Ni Huang
email: [email protected]
github: nh3
aliases:
- nh3
alternate_emails:
num_commits: 7
first_commit: 2019-03-19 14:35:04
- name: Anže Starič
email: [email protected]
num_commits: 1
first_commit: 2016-11-11 21:33:15
- name: shadow_walker
email: [email protected]
github: shadowwalkersb
num_commits: 9
first_commit: 2018-04-17 21:46:00
- name: Gabriel Reis
email: [email protected]
alternate_emails:
num_commits: 6
first_commit: 2019-02-20 09:12:44
github: gabrielcnr
- name: Steffen Van
email: [email protected]
num_commits: 1
first_commit: 2019-03-03 22:32:10
github: steffenvan
- name: Matti Picus
email: [email protected]
aliases:
- mattip
num_commits: 4
first_commit: 2020-11-01 23:15:21
github: mattip
- name: Sebastien Awwad
email: [email protected]
num_commits: 7
first_commit: 2020-12-16 21:31:17
github: awwad
- name: Jeremy Liu
email: [email protected]
num_commits: 19
first_commit: 2019-09-19 20:05:38
github: jeremyjliu
- name: Santiago Castro
email: [email protected]
num_commits: 1
first_commit: 2019-09-26 20:30:46
- name: James Sexton
email: [email protected]
num_commits: 16
first_commit: 2018-03-19 18:46:14
github: Bezier89
- name: Anthony Scopatz
email: [email protected]
num_commits: 29
first_commit: 2015-09-14 00:43:10
github: scopatz
- name: Amir Mohammadi
email: [email protected]
num_commits: 3
first_commit: 2017-06-09 11:34:31
alternate_emails:
aliases:
- Amir MOHAMMADI
- name: Greg Brener
email: [email protected]
num_commits: 1
first_commit: 2016-09-21 20:46:14
- name: Tobias Megies
email: [email protected]
num_commits: 2
first_commit: 2016-06-16 19:44:13
- name: Dan Meador
email: [email protected]
num_commits: 5
first_commit: 2021-08-26 19:24:11
github: LtDan33
alternate_emails:
- name: Armin Burgmeier
email: [email protected]
num_commits: 26
first_commit: 2017-04-25 02:14:20
github: aburgm
alternate_emails:
- name: Rafael de Barros
email: [email protected]
num_commits: 5
first_commit: 2015-11-11 20:35:56
github: rafaelhbarros
- name: Attila Nagy
email: [email protected]
github: rulerofthehuns
aliases:
- rulerofthehuns
num_commits: 1
first_commit: 2019-12-03 15:22:09
- name: Bryan Van de Ven
email: [email protected]
num_commits: 250
first_commit: 2012-10-17 04:24:05
aliases:
- Bryan Van de Ven
alternate_emails:
- bryan@ubuntu.(none)
- name: Sean Ross-Ross
email: [email protected]
github: srossross
aliases:
- srossross
num_commits: 21
first_commit: 2013-06-04 16:53:33
- name: Juan Nunez-Iglesias
email: [email protected]
num_commits: 1
first_commit: 2015-06-07 14:25:59
github: jni
- name: Alberto Gobbi
email: [email protected]
github: bgobbi
aliases:
- bgobbi
num_commits: 3
first_commit: 2020-12-13 21:48:50
- name: Nick Eubank
email: [email protected]
num_commits: 1
first_commit: 2016-05-02 17:50:35
github: nickeubank
- name: Jason Grout
email: [email protected]
num_commits: 1
first_commit: 2015-08-19 21:39:05
- name: Connor Martin
email: [email protected]
alternate_emails:
num_commits: 24
first_commit: 2019-06-17 18:02:29
github: cjmartian
- name: Trent Nelson
email: [email protected]
num_commits: 4
first_commit: 2013-09-04 00:40:47
- name: Ullrich Koethe
email: [email protected]
num_commits: 21
first_commit: 2015-09-02 14:32:35
github: ukoethe
- name: Riccardo Vianello
email: [email protected]
num_commits: 1
first_commit: 2015-01-15 22:25:12
github: rvianello
- name: Kai Tietz
email: [email protected]
num_commits: 7
first_commit: 2019-03-29 09:55:11
github: katietz
- name: Mika Fischer
email: [email protected]
num_commits: 2
first_commit: 2013-07-11 20:20:55
- name: Stuart Berg
email: [email protected]
num_commits: 10
first_commit: 2015-02-14 23:17:22
github: stuarteberg
- name: endolith
email: [email protected]
num_commits: 1
first_commit: 2015-09-26 04:50:53
- name: David Kent
email: [email protected]
num_commits: 2
first_commit: 2016-01-26 04:59:52
github: dmkent
- name: Niklas Holm
email: [email protected]
alternate_emails:
num_commits: 2
first_commit: 2018-02-02 09:19:53
github: niklasholm
- name: Zahari
email: [email protected]
num_commits: 1
first_commit: 2018-01-20 18:35:56
github: Zaharid
- name: Nikhil Dhandre
email: [email protected]
num_commits: 1
first_commit: 2017-12-02 12:13:22
aliases:
- NIKHIL DHANDRE
- name: Kamil Kwiek
email: [email protected]
aliases:
- irritum
- Kamil Kwiek (irritum)
num_commits: 9
first_commit: 2013-12-29 20:25:35
github: mutirri
- name: Samuel Debionne
email: [email protected]
num_commits: 1
first_commit: 2018-11-07 16:03:25
github: sdebionne
- name: Ben Bodenmiller
email: [email protected]
num_commits: 3
first_commit: 2020-07-17 09:11:26
github: bbodenmiller
- name: James Myatt
email: [email protected]
num_commits: 1
first_commit: 2020-10-22 15:53:38
github: jamesmyatt
- name: Bas Nijholt
email: [email protected]
num_commits: 1
first_commit: 2017-12-29 18:55:30
github: basnijholt
- name: Oleg Samoylenko
email: [email protected]
num_commits: 1
first_commit: 2019-11-28 22:35:41
github: osamoylenko
- name: David Mertz
email: [email protected]
num_commits: 1
first_commit: 2016-08-25 01:44:14
- name: Bradley Kreider
email: [email protected]
num_commits: 2
first_commit: 2014-03-13 17:42:16
- name: Guilherme Quentel Melo
email: [email protected]
num_commits: 4
first_commit: 2016-05-03 04:10:38
github: gqmelo
alternate_emails:
- name: Igor Igamberdiev
email: [email protected]
github: ivigamberdiev
aliases:
- ivigamberdiev
num_commits: 1
first_commit: 2019-04-02 18:51:41
- name: Christoph Buchner
email: [email protected]
num_commits: 1
first_commit: 2016-09-27 08:25:32
github: bilderbuchi
- name: Kale Franz
email: [email protected]
num_commits: 4175
first_commit: 2016-02-16 20:31:31
github: kalefranz
alternate_emails:
- name: Jacob Hultman
email: [email protected]
num_commits: 1
first_commit: 2019-11-15 18:16:26
aliases:
- Jacob
alternate_emails:
- [email protected] config --global user.email [email protected]
- name: Stan Seibert
email: [email protected]
num_commits: 7
first_commit: 2019-02-13 02:57:22
github: seibert
- name: Brad S
email: [email protected]
num_commits: 1
first_commit: 2018-02-13 04:03:46
github: bradsaracik
- name: Jaime Rodríguez-Guerra
email: [email protected]
num_commits: 77
first_commit: 2016-04-18 20:12:46
github: jaimergp
aliases:
- jaimergp
- Jaime Rodríguez-Guerra
- Jaime RGP
- Jaime RG
alternate_emails:
- name: George Hartzell
email: [email protected]
num_commits: 1
first_commit: 2017-05-16 19:45:36
- name: Rami Chowdhury
email: [email protected]
num_commits: 9
first_commit: 2019-05-27 19:19:52
github: necaris
- name: Dan Lovell
email: [email protected]
github: dlovell
aliases:
- dlovell
num_commits: 1
first_commit: 2014-08-13 23:34:32
- name: Marcel Stimberg
email: [email protected]
num_commits: 1
first_commit: 2015-11-05 14:09:14
- name: Matthew Dillon
email: [email protected]
num_commits: 1
first_commit: 2021-06-16 17:48:48
- name: Matthew Linebaugh
email: [email protected]
github: mlline00
aliases:
- mlline00
num_commits: 42
first_commit: 2020-02-06 04:04:42
- name: Albert Kottke
email: [email protected]
num_commits: 1
first_commit: 2016-08-09 17:09:06
github: arkottke
- name: Blake Nicholson
email: [email protected]
num_commits: 1
first_commit: 2018-02-23 22:52:09
- name: Angela Gloyna
email: [email protected]
aliases:
- angloyna
- angela gloyna
num_commits: 32
first_commit: 2020-04-14 05:02:50
github: angloyna
- name: Stefan Scherfke
email: [email protected]
num_commits: 1
first_commit: 2020-11-05 15:47:09
github: sscherfke
- name: Majid alDosari
email: [email protected]
github: majidaldo
aliases:
- majidaldo
alternate_emails:
num_commits: 5
first_commit: 2013-06-07 17:20:31
- name: Maksim Rakitin
email: [email protected]
num_commits: 1
first_commit: 2021-06-22 14:00:47
- name: Justus Schwabedal
email: [email protected]
github: jusjusjus
aliases:
- jusjusjus
num_commits: 1
first_commit: 2017-07-24 21:40:51
- name: Aaron Meurer
email: [email protected]
num_commits: 1527
first_commit: 2014-06-26 18:12:03
github: asmeurer
alternate_emails:
- name: Travis E. Oliphant
email: [email protected]
alternate_emails:
num_commits: 73
first_commit: 2013-08-16 08:12:49
github: teoliphant
- name: Troy Powell
email: tpowell@MathBook Pro.(none)
num_commits: 1
first_commit: 2012-11-13 15:21:18
- name: Stijn Verstraeten
email: [email protected]
github: stinos
aliases:
- stinos
num_commits: 1
first_commit: 2021-06-22 12:16:27
- name: Ilan Cosman
email: [email protected]
num_commits: 1
first_commit: 2021-11-04 16:29:53
github: IlanCosman
- name: Ernst Reissner
email: [email protected]
num_commits: 1
first_commit: 2020-06-07 19:52:36
github: Reissner
- name: Andrew Achkar
email: [email protected]
num_commits: 1
first_commit: 2019-08-02 04:40:52
- name: Yaroslav Dmytryk
email: [email protected]
num_commits: 1
first_commit: 2020-08-27 13:59:00
github: ydmytryk
- name: Morten Enemark Lund
email: [email protected]
num_commits: 7
first_commit: 2014-01-22 13:30:26
github: melund
- name: Marcelo Duarte Trevisani
email: [email protected]
alternate_emails:
num_commits: 3
first_commit: 2018-04-08 02:04:13
github: marcelotrevisani
- name: Martin Prüsse
email: [email protected]
github: prusse-martin
num_commits: 1
first_commit: 2019-02-11 13:27:42
- name: Floris Bruynooghe
email: [email protected]
num_commits: 1
first_commit: 2016-09-23 23:32:00
- name: Geir Ove Myhr
email: [email protected]
num_commits: 2
first_commit: 2017-01-04 22:02:28
github: gomyhr
- name: Rüdiger Busche
email: [email protected]
num_commits: 1
first_commit: 2018-02-25 14:10:06
github: JarnoRFB
- name: Michael Marchetti
email: [email protected]
num_commits: 2
first_commit: 2016-01-29 05:37:30
- name: kanehira
email: [email protected]
github: akanehira
num_commits: 1
first_commit: 2015-09-02 11:32:20
- name: Hugo Buddelmeijer
email: [email protected]
num_commits: 2
first_commit: 2020-07-21 14:56:14
github: hugobuddel
- name: Brett Cannon
email: [email protected]
alternate_emails:
num_commits: 2
first_commit: 2017-11-24 00:31:35
github: brettcannon
- name: Mihir Rege
email: [email protected]
num_commits: 4
first_commit: 2018-10-12 14:11:11
github: geremih
- name: Sam Davis
email: [email protected]
num_commits: 1
first_commit: 2019-02-17 21:14:30
github: samgd
- name: Ravi Gummadi
email: [email protected]
num_commits: 1
first_commit: 2020-07-07 08:39:54
github: ravigumm
- name: Gregor Kržmanc
email: [email protected]
num_commits: 1
first_commit: 2021-09-17 18:36:52
github: gregorkrz
- name: Ondřej Čertík
email: [email protected]
num_commits: 2
first_commit: 2013-07-01 23:30:38
github: certik
- name: Mandeep Bhutani
email: [email protected]
github: mandeep
aliases:
- mandeep
num_commits: 1
first_commit: 2017-08-01 19:31:59
- name: Josh Mayer
email: [email protected]
num_commits: 1
first_commit: 2017-04-13 20:57:22
- name: Michael Heilman
email: [email protected]
num_commits: 2
first_commit: 2016-02-24 18:20:19
github: mheilman
- name: Thomas Holder
email: [email protected]
num_commits: 3
first_commit: 2018-03-11 22:35:42
github: speleo3
- name: Murray Read
email: [email protected]
num_commits: 1
first_commit: 2019-02-04 17:23:31
- name: Marland Sitt
email: [email protected]
num_commits: 1
first_commit: 2017-07-24 20:38:13
- name: Zhiwei Liang
email: [email protected]
num_commits: 1
first_commit: 2020-05-28 06:29:35
github: ChihweiLHBird
- name: Christine Doig
email: [email protected]
num_commits: 3
first_commit: 2014-11-25 21:06:49
github: chdoig
- name: Jason Vestuto
email: [email protected]
num_commits: 1
first_commit: 2015-11-09 23:05:06
- name: Stefaan Lippens
email: [email protected]
num_commits: 2
first_commit: 2017-03-20 01:23:30
github: soxofaan
- name: Marcus Caisey
email: [email protected]
num_commits: 1
first_commit: 2019-11-25 18:26:03
github: marcuscaisey
- name: Chris Burr
email: [email protected]
alternate_emails:
num_commits: 6
first_commit: 2019-05-13 19:15:33
github: chrisburr
- name: Ilango Rajagopal
email: [email protected]
num_commits: 1
first_commit: 2019-04-02 09:26:32
github: ilango100
- name: Alex Liew
email: [email protected]
num_commits: 3
first_commit: 2015-12-14 09:11:42
- name: Christoph Deil
email: [email protected]
num_commits: 1
first_commit: 2017-05-08 21:08:17
- name: Hamza Sheikh
email: [email protected]
num_commits: 1
first_commit: 2017-03-23 21:48:07
- name: Michael C. Grant
email: [email protected]
num_commits: 308
first_commit: 2020-07-14 01:45:08
github: mcg1969
aliases:
- Michael Grant
- Michael C. Grant
alternate_emails:
- name: Billy Keyes
email: [email protected]
num_commits: 1
first_commit: 2016-09-07 08:03:49
- name: Christopher Granade
email: [email protected]
num_commits: 49
github: cgranade
alternate_emails:
first_commit: 2018-09-21 13:44:12
- name: Kevin Deldycke
email: [email protected]
num_commits: 2
first_commit: 2016-06-15 13:59:47
github: kdeldycke
alternate_emails:
- name: Jonathan J. Helmus
email: [email protected]
num_commits: 138
first_commit: 2017-04-05 23:51:36
github: jjhelmus
- name: Mervin Fansler
email: [email protected]
alternate_emails:
num_commits: 3
first_commit: 2019-10-29 23:33:34
github: mfansler
- name: Antony Lee
email: [email protected]
num_commits: 1
first_commit: 2017-03-11 01:24:43
- name: Gabe Martin-Dempesy
email: [email protected]
num_commits: 1
first_commit: 2018-05-07 21:29:47
- name: Matthieu Guillaumin
email: [email protected]
num_commits: 1
first_commit: 2017-08-31 11:45:51
- name: Mark Wiebe
email: [email protected]
num_commits: 4
first_commit: 2014-04-11 19:13:33
github: mwiebe
alternate_emails:
- name: Alex Wiltschko
email: [email protected]
num_commits: 4
first_commit: 2015-12-30 18:46:56
github: alexbw
- name: Brett Randall
email: [email protected]
num_commits: 1
first_commit: 2019-04-01 13:22:10
github: javabrett
- name: Marcin Wojdyr
email: [email protected]
num_commits: 2