Browse Source

doc typo: s/prior committing/prior to committing/

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jim Meyering 17 years ago committed by Junio C Hamano
parent
commit
233808db15
  1. 2
      Documentation/git-cherry-pick.txt
  2. 2
      Documentation/git-revert.txt

2
Documentation/git-cherry-pick.txt

@ -24,7 +24,7 @@ OPTIONS @@ -24,7 +24,7 @@ OPTIONS

-e|--edit::
With this option, `git-cherry-pick` will let you edit the commit
message prior committing.
message prior to committing.

-x::
When recording the commit, append to the original commit

2
Documentation/git-revert.txt

@ -24,7 +24,7 @@ OPTIONS @@ -24,7 +24,7 @@ OPTIONS

-e|--edit::
With this option, `git-revert` will let you edit the commit
message prior committing the revert. This is the default if
message prior to committing the revert. This is the default if
you run the command from a terminal.

-m parent-number|--mainline parent-number::

Loading…
Cancel
Save