File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Topic proposal
33about : Describes a topic that should be considered by SG20 for education guidelines
44title : " [TOPIC-REQUEST]"
55labels : Needs triaging
6- assignees : BobSteagall, cjdb , jcvw
6+ assignees : vulder , jcvw
77
88---
99
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ knowledge_areas_summary.md: $(SOURCES) knowledge_areas.dat
115115 $(MAKE_MARKDOWN ) < knowledge_areas.dat > knowledge_areas_summary.md
116116
117117contributors.md :
118- git log --all --pretty =" %aN" | sort | uniq > contributors.md
118+ git log --format =" %aN%n%(trailers:key=Co-authored-by,valueonly=true) " | sed ' s/ <.*>//g ' | sort | uniq > contributors.md
119119
120120# ###############################################################################
121121# Establish Pandoc settings.
You can’t perform that action at this time.
0 commit comments