* [PATCH] typofix for Documentation/git-cherry-pick.txt
@ 2015-11-25 12:05 bin0515
2015-11-25 12:39 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: bin0515 @ 2015-11-25 12:05 UTC (permalink / raw)
To: gitster, git; +Cc: Bin Chen
From: Bin Chen <chenbin0515@thundersoft.com>
Signed-off-by: Bin Chen <chenbin0515@thundersoft.com>
---
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 77da29a..3f44fe0 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -155,7 +155,7 @@ EXAMPLES
--------
`git cherry-pick master`::
- Apply the change introduced by the commit at the tip of the
+ Apply the change introduced by the commit at the top of the
master branch and create a new commit with this change.
`git cherry-pick ..master`::
--
2.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] typofix for Documentation/git-cherry-pick.txt
2015-11-25 12:05 [PATCH] typofix for Documentation/git-cherry-pick.txt bin0515
@ 2015-11-25 12:39 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2015-11-25 12:39 UTC (permalink / raw)
To: bin0515; +Cc: gitster, git, Bin Chen
On Wed, Nov 25, 2015 at 08:05:11PM +0800, bin0515@gmail.com wrote:
> `git cherry-pick master`::
>
> - Apply the change introduced by the commit at the tip of the
> + Apply the change introduced by the commit at the top of the
> master branch and create a new commit with this change.
I don't think this is a typo. We frequently refer to the most recent
commit on a branch as the "tip of the branch". Saying "top" is not
wrong, but we use "tip" pretty consistently (it does not get its own
glossary entry, but see the "branch" entry in "git help glossary").
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-25 12:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 12:05 [PATCH] typofix for Documentation/git-cherry-pick.txt bin0515
2015-11-25 12:39 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox