git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body
@ 2016-07-24 13:46 Ilya Tumaykin
  2016-07-25  6:55 ` Bug: Beat Bolli
  2016-07-25  7:33 ` Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body Johannes Schindelin
  0 siblings, 2 replies; 7+ messages in thread
From: Ilya Tumaykin @ 2016-07-24 13:46 UTC (permalink / raw)
  To: git

Hello.

Steps to reproduce:
$ git init
$ >123
$ git add 123
$ git commit -v -m 'This is subject' -m 'And this is body'
$ git --no-pager log -1 --format='format:%+s%+b'

Actual results:
```

This is subject
And this is body
```

Expected results:
```

This is subject

And this is body
```

$ git --version
git version 2.9.2

Please fix.

-- 
Best regards.
Ilya Tumaykin.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-25 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 13:46 Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body Ilya Tumaykin
2016-07-25  6:55 ` Bug: Beat Bolli
2016-07-25  7:33 ` Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body Johannes Schindelin
2016-07-25  7:51   ` Ilya Tumaykin
2016-07-25  8:06     ` Johannes Schindelin
2016-07-25 10:49       ` Ilya Tumaykin
2016-07-25 17:28   ` Jakub Narębski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).