diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:21 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:21 +0900 |
commit | c42986f41caf673aa5536df8cae980969a063f3f (patch) | |
tree | 3486860b50d16fd24dc8939adb50d7f7db3c7ac9 /Documentation | |
parent | Merge branch 'sg/blame-in-bare-start-at-head' (diff) | |
parent | Documentation/git-show-branch: avoid literal {apostrophe} (diff) | |
download | tgif-c42986f41caf673aa5536df8cae980969a063f3f.tar.xz |
Merge branch 'tz/doc-apostrophe-no-longer-needed'
Doc formatting fix.
* tz/doc-apostrophe-no-longer-needed:
Documentation/git-show-branch: avoid literal {apostrophe}
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-show-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 4a01371227..5cc2fcefba 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -167,7 +167,7 @@ $ git show-branch master fixes mhf ------------------------------------------------ These three branches all forked from a common commit, [master], -whose commit message is "Add {apostrophe}git show-branch{apostrophe}". +whose commit message is "Add \'git show-branch'". The "fixes" branch adds one commit "Introduce "reset type" flag to "git reset"". The "mhf" branch adds many other commits. The current branch is "master". |