public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] gitignore quilt's files
@ 2006-07-17  3:38 Qi Yong
  2006-07-17 22:55 ` Brice Goglin
  0 siblings, 1 reply; 3+ messages in thread
From: Qi Yong @ 2006-07-17  3:38 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


gitignore: ignore quilt's files.
 
Signed-off-by: Qi Yong <qiyong@fc-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

-- 
Qi Yong

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] gitignore quilt's files
  2006-07-17  3:38 [patch] gitignore quilt's files Qi Yong
@ 2006-07-17 22:55 ` Brice Goglin
  2006-07-18  2:21   ` Qi Yong
  0 siblings, 1 reply; 3+ messages in thread
From: Brice Goglin @ 2006-07-17 22:55 UTC (permalink / raw)
  To: Qi Yong; +Cc: torvalds, linux-kernel

Qi Yong wrote:
> gitignore: ignore quilt's files.
>  
> Signed-off-by: Qi Yong <qiyong@fc-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/

Brice


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] gitignore quilt's files
  2006-07-17 22:55 ` Brice Goglin
@ 2006-07-18  2:21   ` Qi Yong
  0 siblings, 0 replies; 3+ messages in thread
From: Qi Yong @ 2006-07-18  2:21 UTC (permalink / raw)
  To: Brice Goglin; +Cc: torvalds, linux-kernel, akpm, sam

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@fc-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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-18  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17  3:38 [patch] gitignore quilt's files Qi Yong
2006-07-17 22:55 ` Brice Goglin
2006-07-18  2:21   ` Qi Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox