From f83df6d66e08f1f68b2c1c6aa2ba8b626990df5f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 4 Dec 2005 16:38:40 -0800 Subject: [PATCH] Documentation: rebase does not use cherry-pick anymore. Signed-off-by: Junio C Hamano --- Documentation/git-cherry-pick.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab