diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:44 +0200 |
commit | 4d542687fcea27c6cce9a79415ad8cb1a817697c (patch) | |
tree | e72600a6fffb78f19714ea08ea4212cedf0c1258 /Documentation/git-show-branch.txt | |
parent | documentation: fix whitespace issues (diff) | |
download | git-4d542687fcea27c6cce9a79415ad8cb1a817697c.tar.xz git-4d542687fcea27c6cce9a79415ad8cb1a817697c.zip |
documentation: add some commas where they are helpful
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r-- | Documentation/git-show-branch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 4ef0872b46..c771c89770 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -125,7 +125,7 @@ OPTIONS default to color output. Same as `--color=never`. -Note that --more, --list, --independent and --merge-base options +Note that --more, --list, --independent, and --merge-base options are mutually exclusive. @@ -144,7 +144,7 @@ otherwise it shows a space. Merge commits are denoted by a `-` sign. Each commit shows a short name that can be used as an extended SHA-1 to name that commit. -The following example shows three branches, "master", "fixes" +The following example shows three branches, "master", "fixes", and "mhf": ------------------------------------------------ |