mirror of
https://github.com/git/git.git
synced 2025-03-22 13:36:39 +00:00
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>
This commit is contained in:
parent
51add76e92
commit
9c67c75719
@ -206,7 +206,7 @@ For each commit a separate file is created in the current directory.
|
||||
project:
|
||||
+
|
||||
------------
|
||||
$ git format-patch \--root origin
|
||||
$ git format-patch --root origin
|
||||
------------
|
||||
|
||||
* The same as the previous one:
|
||||
|
Loading…
x
Reference in New Issue
Block a user