DORMANTno replies

[PATCH] Clarify that git-cherry-pick applies patches to HEAD

From: Robert Spanton <hidden>
Date: 2016-06-15 22:49:01
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help