Navigation Menu

Skip to content

Commit

Permalink
Update man.rst for a few typos
Browse files Browse the repository at this point in the history
Some of the changes herein are arguable (e.g. "commit's" versus "commits'" under "squash), depending on the original author's intent (singular versus plural).
  • Loading branch information
kulp authored and mystor committed Aug 10, 2019
1 parent eb832a7 commit 6f9b02a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/man.rst
Expand Up @@ -81,7 +81,7 @@ Main modes of operation
Interactively select hunks from <target>. The chosen hunks are split into
a second commit immediately after the target.

After splitting is complete, both commit's messages are edited.
After splitting is complete, both commits' messages are edited.

See the "Interactive Mode" section of :manpage:`git-add(1)` to learn how
to operate this mode.
Expand Down Expand Up @@ -202,12 +202,12 @@ The following commands are supported in all interactive modes:

.. describe:: fixup

Add the commit's changes into the previous commit, discarding it's commit
Add the commit's changes into the previous commit, discarding its commit
message.

.. describe:: squash

Like fuse, but also open an editor to merge the commit's messages.
Like fixup, but also open an editor to merge the commits' messages.

.. describe:: reword

Expand All @@ -218,7 +218,7 @@ The following commands are supported in all interactive modes:
Interactively select hunks from the commit. The chosen hunks are split
into a second commit immediately after it.

After splitting is complete, both commit's messages are edited.
After splitting is complete, both commits' messages are edited.

See the "Interactive Mode" section of :manpage:`git-add(1)` to learn how
to operate this mode.
Expand Down

0 comments on commit 6f9b02a

Please sign in to comment.