mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Kyle Moffett" <kyle@moffetthome.net>
To: "J.R. Mauro" <jrm8005@gmail.com>
Cc: "Linus Torvalds" <torvalds@linux-foundation.org>,
	"Greg KH" <greg@kroah.com>,
	linux-kernel@vger.kernel.org
Subject: Re: merging other repos into linux-2.6
Date: Fri, 31 Oct 2008 10:22:09 -0400	[thread overview]
Message-ID: <f73f7ab80810310722ja2cde63va46bacf59ca1698f@mail.gmail.com> (raw)
In-Reply-To: <3aaafc130810310557p1c9c67c0t4407209955668839@mail.gmail.com>

On Fri, Oct 31, 2008 at 8:57 AM, J.R. Mauro <jrm8005@gmail.com> wrote:
> On Fri, Oct 31, 2008 at 12:08 AM, Kyle Moffett <kyle@moffetthome.net> wrote:
>> Now the history of $KIDBRANCH will appear to be a series of commits
>> which add files in $SUBDIR of the parent project, without any changes
>> at all to the parent project's tree.  You can then do a merge of what
>> appears to be a normal development branch into the main repository.
>>
>> Since none of the files are even remotely referenced, there can be no
>> possible build failures (hence bisection is not broken).  You may then
>> add commits which add Kconfig options and Makefile references and
>> happily develop away.
>
> So this would keep their history but make it look like their first
> commit (years ago) happened today? Or do I misunderstand you?

Not really, since GIT will preserve the original commit date
information when doing the filtering.  Essentially it's equivalent to
taking some ancient long git branch of a project and doing a "git
rebase" onto a recent kernel.  The difference is that there is no
common ancestor and the entire contents of one are mapped onto a
subdirectory of the other.  I'm trying to figure out if this would be
a useful addition to the "git rebase" functionality (since that's
essentially what it is).

> But then if Greg thinks the history is rubbish, I doubt it will get
> imported, although I think these methods are worth experimenting with
> for the future.

Oh, I very much agree that importing a bunch of dodgy changelogs is
hardly worth it.  The biggest difference between the Linux kernel and
most other software projects is the Linux kernel has some of the best
changelogs and one of the most bisectable histories.

Greg did say he had another project he wanted to import, though, so I
figured I'd post another suggestion about how to merge the projects
histories together.

Cheers,
Kyle Moffett

      reply	other threads:[~2008-10-31 14:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-30  5:49 Greg KH
2008-10-30 17:17 ` Stefan Richter
2008-10-30 19:04 ` Linus Torvalds
2008-10-30 21:52   ` Dave Kleikamp
2008-10-30 23:19     ` Linus Torvalds
2008-10-30 21:57   ` Greg KH
2008-10-30 23:28     ` Linus Torvalds
2008-10-31  3:13       ` Greg KH
2008-10-31  1:34 ` J.R. Mauro
2008-10-31  1:47   ` Linus Torvalds
2008-10-31  2:38     ` J.R. Mauro
2008-10-31  3:31       ` Theodore Tso
2008-10-31  4:08       ` Kyle Moffett
2008-10-31 12:57         ` J.R. Mauro
2008-10-31 14:22           ` Kyle Moffett [this message]

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=f73f7ab80810310722ja2cde63va46bacf59ca1698f@mail.gmail.com \
    --to=kyle@moffetthome.net \
    --cc=greg@kroah.com \
    --cc=jrm8005@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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

Powered by JetHome