[LLVMdev] MCLoggingStreamer enhancements

Nathan Jeffords blunted2night at gmail.com
Fri Oct 8 09:33:28 PDT 2010


>
>
> I use git exclusively. It makes keeping track of separate patch sets
> trivial. Just make a branch for each patch set, and have as many
> commits in each branch as you desire. To upstream them just do "git
> svn rebase". You can also merge in other branches. To export patches
> you can just use format-patch which will make a .patch file for each
> commit in the branch, although I think you have to remove the headers
> to get coreutils-patch to apply it.
>
> - Michael Spencer
>

Is their any problem when a patch is committed, then gets pulled back into
your git fork? Does it treat the changes coming from the svn mirror as
conflicts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101008/48b04c99/attachment.html>


More information about the llvm-dev mailing list