2011-06-04 02:58:36

by jiaweiwei

[permalink] [raw]
Subject: [RFC]Questions about quilt & git quilt

Hi all,
I wanna read the git quilt's codes, but i can not find
them anywhere. Josef Sipek maintain the git quilt, so
i fetch from
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git
When i entered guilt directory, i just find only executable files but
their codes. Can anyone know how i can get their codes?
Thanks in advance.

Harry Wei.


2011-06-04 05:56:51

by Mike Galbraith

[permalink] [raw]
Subject: Re: [RFC]Questions about quilt & git quilt

On Sat, 2011-06-04 at 10:58 +0800, Harry Wei wrote:
> Hi all,
> I wanna read the git quilt's codes, but i can not find
> them anywhere. Josef Sipek maintain the git quilt, so
> i fetch from
> git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git
> When i entered guilt directory, i just find only executable files but
> their codes. Can anyone know how i can get their codes?
> Thanks in advance.

Guilt is a set of executable scripts.

-Mike

2011-06-04 06:20:57

by jiaweiwei

[permalink] [raw]
Subject: Re: [RFC]Questions about quilt & git quilt

On Sat, Jun 04, 2011 at 07:56:45AM +0200, Mike Galbraith wrote:
> On Sat, 2011-06-04 at 10:58 +0800, Harry Wei wrote:
> > Hi all,
> > I wanna read the git quilt's codes, but i can not find
> > them anywhere. Josef Sipek maintain the git quilt, so
> > i fetch from
> > git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git
> > When i entered guilt directory, i just find only executable files but
> > their codes. Can anyone know how i can get their codes?
> > Thanks in advance.
>
> Guilt is a set of executable scripts.
Yeah, you are right.
Thanks for your help, Mike.

Harry Wei