From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: Btrfs git repos available Date: Thu, 25 Sep 2008 17:06:28 -0400 Message-ID: <1222376788.7028.83.camel@think.oraclecorp.com> References: <1222282963.7160.210.camel@think.oraclecorp.com> Mime-Version: 1.0 Content-Type: text/plain To: linux-btrfs Return-path: In-Reply-To: <1222282963.7160.210.camel@think.oraclecorp.com> List-ID: On Wed, 2008-09-24 at 15:02 -0400, Chris Mason wrote: > Hello everyone, > > As part of moving toward mainline, I've changed the Btrfs repositories > over to git. So far I've only converted the unstable repositories > (thanks to some help from David Woodhouse, who already had -git forms of > things). > > The progs-unstable repo is a direct clone of David's git repo. The > kernel one has btrfs grafted into fs/btrfs. All compatibility code for > older kernels has been removed. > > I'll construct repos in git of btrfs as a stand alone module, and that > will include the compatibility code. > > These git repos are not yet final, I may rebase them or redo them. But, > all new patches are going into them instead of the mercurial repos. > Well, after some hints from Linus I've rebased these about 4 times now. The new changesets are generally cleaner and are setup properly under fs/btrfs. So, if you were using a tree pulled before Thursday afternoon, please delete it and clone again. The btrfs-progs repo is unchanged. > Kernel: > > http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-unstable.git;a=summary > > Progs: > > http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs-unstable.git;a=summary > -chris