release.sh: get_git_who(): remove unnecessary blank line

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-06-27 16:10:30 +02:00
parent 6150f40042
commit 3293b75c9c
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ function get_git_history () {
#
function get_git_who () {
debug 'in get_git_who'
echo
git shortlog --no-merges -sn "${1}.." | \
sed -r -e 's, +([0-9]+)\t(.*),- \2 (\1),'
}