git-format-patch(1): fix stray \ in output
commit9c67c757191b34760bf5f6c1d1426ce1bb01ef08
authorJonathan Nieder <jrnieder@uchicago.edu>
Thu, 3 Jul 2008 04:47:05 +0000 (2 23:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jul 2008 18:24:39 +0000 (5 11:24 -0700)
treeca9dfbd3e04456b1fc821a20951e127797cfd716
parent51add76e92c9de9bcad3d421303b45ab488d529e
git-format-patch(1): fix stray \ in output

In listing blocks (set off by rows of dashes), the usual
formatting characters of asciidoc are instead rendered verbatim.
When the escaped double-hyphen of olden days is moved into such a
block along with other formatting improvements, it becomes
backslash-dash-dash.

So we remove the backslash.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt