We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1df8eea + 5135b4a commit 4996945Copy full SHA for 4996945
1 file changed
contrib/util/generate-changelog.sh
@@ -24,7 +24,7 @@ retrieve() {
24
# Echo all this in a way that makes the commit hash and message a link
25
# to the commit in markdown
26
echo ' -' "[\`$commit\`]($LINK)" "$SUBSYSTEM": "$MESSAGE"
27
- done < <(git --no-pager log --oneline --no-merges --oneline --format="%h %H %s" --grep="$1" "$FROM".."$TO")
+ done < <(git --no-pager log --oneline --merges --oneline --format="%h %H %b" --grep="$1" "$FROM".."$TO")
28
# Scrape the information from git
29
}
30
0 commit comments