lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 18 Jul 2006 10:21:55 +0800
From:	Qi Yong <qiyong@...cn.com>
To:	Brice Goglin <Brice.Goglin@...-lyon.org>
Cc:	torvalds@...l.org, linux-kernel@...r.kernel.org, akpm@...l.org,
	sam@...nborg.org
Subject: Re: [patch] gitignore quilt's files

On Mon, Jul 17, 2006 at 06:55:13PM -0400, Brice Goglin wrote:
> Qi Yong wrote:
> > gitignore: ignore quilt's files.
> >  
> > Signed-off-by: Qi Yong <qiyong@...cn.com>
> > ---
> >
> > diff --git a/.gitignore b/.gitignore
> > index 27fd376..21e346a 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -33,3 +33,7 @@ include/linux/version.h
> >  
> >  # stgit generated dirs
> >  patches-*
> > +
> > +# quilt's files
> > +patches
> > +series
> >
> >   
> 
> 
> Isn't "series" in the "patches/" subdirectory ? With quilt 0.45, the
> only quilt files I see in my linux-tree root are patches/ and .pc/

>From the manpage:
-- 8< --
The series file is looked up in the root of the  source  tree, in  the
patches  directory,  and  in  the .pc directory.  The first series file
that is found is used. This may also be a symbolic link, or a file with
multiple  hard  links.  Usually, only one series file is used for a set
of patches, so the patches sub-directory is a convenient location.
-- >8 --

Also it's convienient to put "series" in the root of the source tree if
"patches/" is shared among several source trees.
-- 
Qi Yong
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ