mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Changelog prints output on two lines per commit
This commit is contained in:
parent
1816320124
commit
bf2e4a561a
@ -5,5 +5,5 @@ if [[ -z $since ]] ; then
|
|||||||
since="$(git describe --abbrev=0 HEAD^).."
|
since="$(git describe --abbrev=0 HEAD^).."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git log --pretty=format:'* %s (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d'
|
git log --pretty=format:'* %s \n (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed s/\\\\n/\\$'\n'/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user