diff options
author | Jeff King <peff@peff.net> | 2015-05-13 06:57:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-13 07:13:39 +0200 |
commit | e08bc7a9ec2c6988d90b603792760a3add11b9a0 (patch) | |
tree | 4f07c0b5105fcfae4741ec903b3b9f29a9934126 /Documentation/git-rebase.txt | |
parent | Git 2.3.8 (diff) | |
download | git-e08bc7a9ec2c6988d90b603792760a3add11b9a0.tar.xz git-e08bc7a9ec2c6988d90b603792760a3add11b9a0.zip |
doc: fix misrendering due to `single quote'
AsciiDoc misparses some text that contains a `literal`
word followed by a fancy `single quote' word, and treats
everything from the start of the literal to the end of the
quote as a single-quoted phrase.
We can work around this by switching the latter to be a
literal, as well. In the first case, this is perhaps what
was intended anyway, as it makes us consistent with the the
earlier literals in the same paragraph. In the second, the
output is arguably better, as we will format our commit
references as <code> blocks.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index c8ab48d6aa..1920be30e8 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -80,7 +80,7 @@ remain the checked-out branch. If the upstream branch already contains a change you have made (e.g., because you mailed a patch which was applied upstream), then that commit will be skipped. For example, running `git rebase master` on the -following history (in which A' and A introduce the same set of changes, +following history (in which `A'` and `A` introduce the same set of changes, but have different committer information): ------------ |