aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-merge-base.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:24 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:44 -0700
commit4d542687fcea27c6cce9a79415ad8cb1a817697c (patch)
treee72600a6fffb78f19714ea08ea4212cedf0c1258 /Documentation/git-merge-base.txt
parent42bdb80a084f1405f2e57394146c977ad4f3b75a (diff)
downloadgit-4d542687fcea27c6cce9a79415ad8cb1a817697c.tar.gz
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-merge-base.txt')
-rw-r--r--Documentation/git-merge-base.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt
index cbc77f7258..5ab957cfbc 100644
--- a/Documentation/git-merge-base.txt
+++ b/Documentation/git-merge-base.txt
@@ -88,7 +88,7 @@ For example, with this topology:
the merge base between 'A' and 'B' is '1'.
-Given three commits 'A', 'B' and 'C', `git merge-base A B C` will compute the
+Given three commits 'A', 'B', and 'C', `git merge-base A B C` will compute the
merge base between 'A' and a hypothetical commit 'M', which is a merge
between 'B' and 'C'. For example, with this topology:
@@ -204,7 +204,7 @@ will find B0, and
$ git rebase --onto origin/master $fork_point topic
-will replay D0, D1 and D on top of B to create a new history of this
+will replay D0, D1, and D on top of B to create a new history of this
shape:
....