aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2008-01-19 16:23:32 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-19 11:25:37 -0800
commit233808db1508ae2680987e0bb5abd33668ad76b4 (patch)
treec2d8ba3f84d5f1c88570f28dd6fc87b9307596a3
parentfdcf39e59b98536d2d65b26a59925dc1dea421d4 (diff)
downloadgit-233808db1508ae2680987e0bb5abd33668ad76b4.tar.gz
git-233808db1508ae2680987e0bb5abd33668ad76b4.tar.xz
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>
-rw-r--r--Documentation/git-cherry-pick.txt2
-rw-r--r--Documentation/git-revert.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index 3bcc12c13..877ab66ef 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -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
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index 494fc7f84..93e20f775 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt
@@ -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::