Re: Suggestions for a 64bit bitmap api

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 16, 2008 at 04:05:25PM +0200, Goswin von Brederlow wrote:
> Theodore Tso <tytso@xxxxxxx> writes:
> 
> > On Wed, Jul 16, 2008 at 02:12:02PM +0200, Goswin von Brederlow wrote:
> >> 
> >> which api would you prefer?
> >
> > There is a lot of comments about my plan for 64-bit bitmaps in the pu
> > branch of e2fsprogs, in lib/ext2fs/gen_bitmap64.c.
> 
> How/Where can I check out thepu branch?

How much do you know about git?

Short version:

git checkout git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git e2fsprogs
cd e2fsprogs
git branch pu origin/pu
git checkout pu

To update to a newer pu once you have done the above steps

cd /path/to/checked-out-e2fsprogs-repository
git fetch
git checkout pu
git reset --hard origin/pu

(Note that the "git reset --hard" will blow away any local commits you
might have made; this isn't a substitute for a full-blown git
tutorial.  The reason for the git reset is because the pu branch is
constantly getting rebased.)

A good place to start for explaining the concepts of git (and why git
is so great) is here:

	http://utsl.gen.nz/talks/git-svn/intro.html

The bits about "git svn" won't apply for e2fsprogs, but the concepts
of git are really well explained in the above web page.  For the
"crash course", this is pretty good:

       http://git.or.cz/course/svn.html

Other good starting points for git are:

      http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
      http://www.kernel.org/pub/software/scm/git/docs/everyday.html

						- Ted

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux