git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How do I set the committer with cherry-pick? (or is there a better way to get changes from someone?)
@ 2008-04-05 23:42 Pat Maddox
  2008-04-06  0:05 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Pat Maddox @ 2008-04-05 23:42 UTC (permalink / raw)
  To: git

I'm helping to maintain a project, so people send me requests to pull
from their repos.  So I create a branch and then pull their stuff in,
taking a look at the various different commits.  I write the commit
numbers that I want to cherry pick to a file (also is there a better
way of handling this?  it's a bit tedious.  it'd be nice to mark
certain commits for cherry picking and then suck them all in later).
Then when I've gone through all the new commits and chosen the ones I
want, I check out the master branch and cherry-pick those commits in.

At this point the commits are in the repo, but they only have author
information.  I'd like to specify that I'm the one who committed this
change now.  How can I do that?

And finally, is this a good way to incorporate changes from other
devs?  Is there a better way?

Pat

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

end of thread, other threads:[~2008-04-06  1:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-05 23:42 How do I set the committer with cherry-pick? (or is there a better way to get changes from someone?) Pat Maddox
2008-04-06  0:05 ` Junio C Hamano
2008-04-06  0:58   ` Pat Maddox
2008-04-06  1:18     ` Junio C Hamano

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).