release.sh: get_git_who(): remove unnecessary blank line
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
6150f40042
commit
3293b75c9c
@ -164,7 +164,6 @@ function get_git_history () {
|
|||||||
#
|
#
|
||||||
function get_git_who () {
|
function get_git_who () {
|
||||||
debug 'in get_git_who'
|
debug 'in get_git_who'
|
||||||
echo
|
|
||||||
git shortlog --no-merges -sn "${1}.." | \
|
git shortlog --no-merges -sn "${1}.." | \
|
||||||
sed -r -e 's, +([0-9]+)\t(.*),- \2 (\1),'
|
sed -r -e 's, +([0-9]+)\t(.*),- \2 (\1),'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user