Re: [PATCH] Documentation: fix typos, grammar, asciidoc syntax
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:48
Markus Heidelberg [off-list ref] writes:
Signed-off-by: Markus Heidelberg <redacted> --- Documentation/diff-format.txt | 2 +- Documentation/diff-generate-patch.txt | 6 +++--- Documentation/git-commit.txt | 2 +- Documentation/git-diff-tree.txt | 4 ++-- Documentation/git-mailinfo.txt | 2 +- Documentation/git-receive-pack.txt | 4 ++-- Documentation/git-reflog.txt | 4 ++-- Documentation/git-show-branch.txt | 4 ++-- Documentation/git-submodule.txt | 2 +- Documentation/git-update-index.txt | 8 ++++---- Documentation/gitcore-tutorial.txt | 8 ++++---- Documentation/gitk.txt | 4 ++-- Documentation/i18n.txt | 4 ++-- 13 files changed, 27 insertions(+), 27 deletions(-)
Whew, quite a lot of typos there are.
quoted hunk ↗ jump to hunk
@@ -172,7 +172,7 @@ only the primary branches. In addition, if you happen to be on your topic branch, it is shown as well. ------------ -$ git show-branch --reflog='10,1 hour ago' --list master +$ git show-branch --reflog="10,1 hour ago" --list master ------------
Is this just a personal taste, or a correction to typography? Other than this one, I did not find anything else in your patch that looked iffy. Thanks for lending a good set of eyeballs.