From: Theodore Tso <tytso@mit.edu>
To: Goswin von Brederlow <goswin-v-b@web.de>
Cc: linux-ext4@vger.kernel.org
Subject: Re: Suggestions for a 64bit bitmap api
Date: Wed, 16 Jul 2008 10:51:46 -0400 [thread overview]
Message-ID: <20080716145146.GZ8185@mit.edu> (raw)
In-Reply-To: <87lk012aca.fsf@frosties.localdomain>
On Wed, Jul 16, 2008 at 04:05:25PM +0200, Goswin von Brederlow wrote:
> Theodore Tso <tytso@mit.edu> 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
next prev parent reply other threads:[~2008-07-16 14:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-16 12:12 Suggestions for a 64bit bitmap api Goswin von Brederlow
2008-07-16 13:41 ` Theodore Tso
2008-07-16 14:05 ` Goswin von Brederlow
2008-07-16 14:51 ` Theodore Tso [this message]
2008-07-16 16:33 ` Goswin von Brederlow
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=20080716145146.GZ8185@mit.edu \
--to=tytso@mit.edu \
--cc=goswin-v-b@web.de \
--cc=linux-ext4@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