From: Jim Meyering Date: Sat, 19 Jan 2008 15:23:32 +0000 (+0100) Subject: doc typo: s/prior committing/prior to committing/ X-Git-Tag: v1.5.4-rc4~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=233808db1508ae2680987e0bb5abd33668ad76b4;p=git.git doc typo: s/prior committing/prior to committing/ Signed-off-by: Jim Meyering Signed-off-by: Junio C Hamano --- 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::