git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to pull only a few files from one branch to another?
@ 2007-01-24  3:24 Bill Lear
  2007-01-24  4:11 ` Linus Torvalds
  2007-01-24  5:29 ` Daniel Barkalow
  0 siblings, 2 replies; 18+ messages in thread
From: Bill Lear @ 2007-01-24  3:24 UTC (permalink / raw)
  To: git

I have a long-running topic branch.  I have fixed a few nits on
the master branch that I would like on the topic branch.  How do I
pull in only a few files from the head of the master branch?

I tried all sorts of incantations (I am running 1.5.0-rc2), including:

git pull . origin foo.cc
git pull origin foo.cc
git pull foo.cc master
git pull . master foo.cc
git pull master foo.cc


Bill

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2007-01-24 22:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24  3:24 How to pull only a few files from one branch to another? Bill Lear
2007-01-24  4:11 ` Linus Torvalds
2007-01-24  4:18   ` Linus Torvalds
2007-01-24 10:14     ` Johannes Schindelin
2007-01-24 10:16   ` Johannes Schindelin
2007-01-24 11:03     ` Bill Lear
2007-01-24 20:39   ` Yann Dirson
2007-01-24 20:46     ` Jakub Narebski
2007-01-24 21:27       ` Yann Dirson
2007-01-24 22:04         ` Jakub Narebski
2007-01-24 21:30     ` Linus Torvalds
2007-01-24  5:29 ` Daniel Barkalow
2007-01-24  6:02   ` Bill Lear
2007-01-24  6:07     ` Shawn O. Pearce
2007-01-24 14:52     ` Andy Whitcroft
2007-01-24  6:58   ` Junio C Hamano
2007-01-24  9:32   ` Jakub Narebski
2007-01-24 19:46     ` Daniel Barkalow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).