Skip to content

Commit

Permalink
Leave an empty line between log and sign-off.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 4, 2005
1 parent e9b2e58 commit f641339
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,13 @@ fi | git-stripspace >.editmsg

case "$signoff" in
t)
git-var GIT_COMMITTER_IDENT | sed -e '
s/>.*/>/
s/^/Signed-off-by: /
' >>.editmsg
{
echo
git-var GIT_COMMITTER_IDENT | sed -e '
s/>.*/>/
s/^/Signed-off-by: /
'
} >>.editmsg
;;
esac

Expand Down

0 comments on commit f641339

Please sign in to comment.