mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Handle crap at the end of commit subjects
This commit is contained in:
parent
044b7ce070
commit
aeb3a3f7b5
@ -5,5 +5,5 @@ if [[ -z $since ]] ; then
|
|||||||
since="$(git describe --abbrev=0 HEAD^).."
|
since="$(git describe --abbrev=0 HEAD^).."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git log --reverse --pretty=format:'* %s, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed 's/),/,/' | sed 's/fixes #/#/g' | sed 's/ref #/#/g'
|
git log --reverse --pretty=format:'* %s, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed 's/)[,. ]*,/,/' | sed 's/fixes #/#/g' | sed 's/ref #/#/g'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user