diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-05-22 12:41:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-22 12:41:49 -0700 |
commit | c24e0e7751c29b71376e32383f4f7ee2bc8e218d (patch) | |
tree | a4fa164bb3e050e95cb75086a04e03c9f469f224 /Documentation | |
parent | 236794f1eb85da0dbc83389ebe509476b0c8769e (diff) | |
parent | ad3967a5a2bc8a2505ba618e59cd541775571ff8 (diff) | |
download | git-c24e0e7751c29b71376e32383f4f7ee2bc8e218d.tar.gz |
Merge branch 'jk/stripspace-asciidoctor-fix'
A literal block in the tutorial had lines with unequal lengths to
delimit it from the rest of the document, which choke GitHub's
AsciiDoc renderer.
* jk/stripspace-asciidoctor-fix:
doc: fix unmatched code fences in git-stripspace
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-stripspace.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt index 6c6e989074..60328d5d08 100644 --- a/Documentation/git-stripspace.txt +++ b/Documentation/git-stripspace.txt @@ -49,7 +49,7 @@ EXAMPLES Given the following noisy input with '$' indicating the end of a line: --------- +--------- |A brief introduction $ | $ |$ @@ -65,7 +65,7 @@ Given the following noisy input with '$' indicating the end of a line: Use 'git stripspace' with no arguments to obtain: --------- +--------- |A brief introduction$ |$ |A new paragraph$ @@ -79,7 +79,7 @@ Use 'git stripspace' with no arguments to obtain: Use 'git stripspace --strip-comments' to obtain: --------- +--------- |A brief introduction$ |$ |A new paragraph$ |