Prepare for a new default branch name

This commit is contained in:
Tim Schaub
2020-06-19 10:25:03 -06:00
parent a396ca62d1
commit 139b048197
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ EOF
#
# Scan the git log for merge commit messages and output Markdown. This only
# follows the first parent of merge commits to avoid merges within a topic
# branch (instead only showing merges to master).
# branch (instead only showing merges to main).
#
main() {
git log --first-parent --format='%aN|%s %b' ${1} |