From: davidb@quicinc.com
To: Git Mailing List <git@vger.kernel.org>
Subject: Dividing up a large merge.
Date: Tue, 14 Jul 2009 16:32:46 -0700 [thread overview]
Message-ID: <20090714233246.GA25390@huya.quicinc.com> (raw)
I'm trying to figure out a better way of dividing up the effort
involved in a merge amongst a group of people. Right now, I
basically describe the merge to each of them, and ask them to
merge their part, and then 'git checkout HEAD' the other parts.
They tell me about the commits, along with the files that they've
merged correctly. When everybody is done, I make a real merge
commit, and pull in all of their files. It's a lot for me to
track, and confusing for each person.
I'd like to create a branch we can all push to that we gradually
work to become the result of a resolved merge. Not only does git
not want to help me do the merge, but seems to actively be
fighting against me doing this.
What I thought of was something like telling people to do:
$ git merge v2.6.30
resolve some files
$ git checkout HEAD ...rest of files...
$ git commit; git push
but that 'rest of files' is fairly large and complicated. I can
think of two ideas:
- Something that basically does a partial 'git reset --hard
HEAD' to put many of the files back.
- The ability to specify subpaths on the 'git merge' to do the
merge work but limited to a directory or set of files.
Obviously, either case will require someone to still track the
overall effort and make sure the final state of the tree really
represents the total merge.
Is there anything that can parse the output of 'git merge-tree'?
Even just splitting this up and then applying parts of it would
be helpful. Would it be useful to write something that can apply
the results output of 'git merge-tree'?
Thanks,
David
next reply other threads:[~2009-07-14 23:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-14 23:32 davidb [this message]
2009-07-15 0:16 ` Dividing up a large merge Bryan Donlan
2009-07-15 0:29 ` davidb
2009-07-15 0:34 ` Avery Pennarun
2009-07-15 1:19 ` davidb
2009-07-15 1:29 ` Douglas Campos
2009-07-15 1:32 ` Avery Pennarun
2009-07-15 12:28 ` Theodore Tso
2009-07-15 13:39 ` Jakub Narebski
2009-07-15 16:07 ` Theodore Tso
2009-07-15 14:47 ` Larry D'Anna
2009-07-15 18:57 ` Daniel Barkalow
2009-07-15 21:01 ` davidb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090714233246.GA25390@huya.quicinc.com \
--to=davidb@quicinc.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).