Skip to content

Commit 8b16f2c

Browse files
authored
Merge branch 'cplusplus:master' into master
2 parents cbbfbe2 + 5fb14f8 commit 8b16f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/topic-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Topic proposal
33
about: Describes a topic that should be considered by SG20 for education guidelines
44
title: "[TOPIC-REQUEST]"
55
labels: Needs triaging
6-
assignees: BobSteagall, cjdb, jcvw
6+
assignees: vulder, jcvw
77

88
---
99

sources/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

117117
contributors.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.

0 commit comments

Comments
 (0)