mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Merge pull request #721 from spacewander/git_changelog_list_newline
git-changelog: add missing newline to the plain output
This commit is contained in:
commit
4e1cd73e59
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue