diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-04 16:38:40 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-04 16:38:40 -0800 |
commit | f83df6d66e08f1f68b2c1c6aa2ba8b626990df5f (patch) | |
tree | 30a122488f9c9e1edc258b8c82bdc20e36685294 | |
parent | 8bf14d6ef9245f3b81d24cb7725a868f62343277 (diff) | |
download | git-f83df6d66e08f1f68b2c1c6aa2ba8b626990df5f.tar.gz |
Documentation: rebase does not use cherry-pick anymore.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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 5e0ef5ae0b..a7a883b83a 100644 --- a/Documentation/git-cherry-pick.txt +++ b/Documentation/git-cherry-pick.txt @@ -30,7 +30,7 @@ OPTIONS making a commit. This option, '--replay', causes it to use the original commit message intact. This is useful when you are reordering the patches in your private tree - before publishing, and is used by 'git rebase'. + before publishing. -n:: Usually the command automatically creates a commit with |