diff options
author | Jim Meyering <jim@meyering.net> | 2008-01-19 16:23:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-19 11:25:37 -0800 |
commit | 233808db1508ae2680987e0bb5abd33668ad76b4 (patch) | |
tree | c2d8ba3f84d5f1c88570f28dd6fc87b9307596a3 /Documentation/git-cherry-pick.txt | |
parent | fdcf39e59b98536d2d65b26a59925dc1dea421d4 (diff) | |
download | git-233808db1508ae2680987e0bb5abd33668ad76b4.tar.gz |
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>
Diffstat (limited to 'Documentation/git-cherry-pick.txt')
-rw-r--r-- | Documentation/git-cherry-pick.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index 3bcc12c132..877ab66ef5 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 |