Change the description of cherry-pick to state that the given commits
are applied to the current HEAD. It was unclear exactly where
cherry-pick ends up sticking the given commits.
Signed-off-by: Robert Spanton <redacted>
---
Documentation/git-cherry-pick.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index bcb4c75..2d52445 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -13,8 +13,9 @@ DESCRIPTION
-----------
Given one or more existing commits, apply the change each one
-introduces, recording a new commit for each. This requires your
-working tree to be clean (no modifications from the HEAD commit).
+introduces to the current HEAD, recording a new commit for each.
+This requires your working tree to be clean (no modifications from
+the HEAD commit).
OPTIONS
-------
--
1.7.0.1