stash: end commit log with a newline
commit843103d69388a5c74ed99753e1c162a66835b04d
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Tue, 3 Jul 2007 08:59:06 +0000 (3 10:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jul 2007 02:04:49 +0000 (3 19:04 -0700)
treeeb7e5966b8ef4b258896a1b1050d6c8b9d62c45e
parent14a4091c16d14fd461f576e4bf1395da65e5d95e
stash: end commit log with a newline

If I do

git cat-file commit $commitid

for a commit created by stash, the next prompt starts directly after the
shortlog of HEAD.

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh