Merge pull request #721 from spacewander/git_changelog_list_newline

git-changelog: add missing newline to the plain output
This commit is contained in:
罗泽轩 2018-06-16 10:04:02 +08:00 committed by GitHub
commit 4e1cd73e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ _formatCommitPlain() {
local start_tag="$1"
local final_tag="$2"
printf "%s" "$(_fetchCommitRange "false" "$start_tag" "$final_tag")"
printf "%s\n" "$(_fetchCommitRange "false" "$start_tag" "$final_tag")"
}
_formatCommitPretty() {