From: Marc Singer <elf@synapse.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: git <git@vger.kernel.org>
Subject: Re: Let me ask again: How do we import patches from non-git sources?
Date: Wed, 13 Jun 2007 18:45:04 -0700 [thread overview]
Message-ID: <1181785504.4102.7.camel@zealous.synapsedev.com> (raw)
In-Reply-To: <20070612181313.GB26767@fieldses.org>
On Tue, 2007-06-12 at 14:13 -0400, J. Bruce Fields wrote:
> On Tue, Jun 12, 2007 at 09:27:33AM -0700, Marc Singer wrote:
> > git-am complains that it cannot find an email address, but raw patches
> > seldom have these. So, either we could use another command, or it would
> > be handy if we could supply the email address to git-am (or some other
> > data it needs so that it can split the patch.) I suppose the mistaken
> > assumption is that the patch source in an email instead of already being
> > a nice clean patch.
>
> I think it's intentional. You need some standard format git-am can use
> to split out the patches and find the comments and the authorship
> information (for the Author: field on the commit), so why not just use
> something like mbox?
>
> And it could provide some fallback for the "Author:" information in the
> case where it didn't find that, but we wouldn't want that to be the
> default if it meant risking silently losing authorship information. I
> suppose an "--author" option to git-am might be convenient sometimes.
>
> But personally I always just add those headers by hand (or with a
> script). It's not that hard; I the minimum required is just three
> lines, I think:
>
> From git-owner@vger.kernel.org Tue jun 12 11:43:40 2007
> From: someone <someone@example.com>
> Subject: [PATCH] do something
>
> Do something complicated.
>
> ---
>
> diff a/foo b/foo
> ...
>
> And often I need different authors on different patches anyway, so
> git-am --author wouldn't help.
>
> Of course if you've just got one patch to import, you can git-apply and
> then commit.
Thanks for the response.
I found that a deeper look into git-apply gives me a way to import
foreign patches. I still have to do some index management by hand, but
it is much better than the alternative.
Your suggestion, while clearly effective, seems cumbersome. I suppose
it may be worthwhile including a command that converts a foreign patch
into something that git better understands. That would leave out this
sort of complexity from the git-am program. In fact, I can imaging a
tool that lets the user fill in any pieces that aren't already present.
Honestly, it may just be that I'm still below the knee on the learning
curve for git.
Cheers.
next prev parent reply other threads:[~2007-06-14 1:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-24 14:30 How do we import patches from non-git sources? Marc Singer
2007-05-24 15:29 ` Johannes Schindelin
2007-05-24 21:22 ` Yann Dirson
2007-05-25 11:24 ` Jakub Narebski
2007-05-24 21:45 ` Linus Torvalds
2007-06-06 17:37 ` Let me ask again: " Marc Singer
2007-06-06 17:54 ` J. Bruce Fields
2007-06-12 16:27 ` Marc Singer
2007-06-12 18:13 ` J. Bruce Fields
2007-06-14 1:45 ` Marc Singer [this message]
2007-06-06 17:58 ` Matthieu Moy
2007-06-06 18:18 ` Jon Loeliger
2007-06-14 1:49 ` Marc Singer
2007-06-14 7:53 ` Matthieu Moy
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=1181785504.4102.7.camel@zealous.synapsedev.com \
--to=elf@synapse.com \
--cc=bfields@fieldses.org \
--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).