From: Qi Yong <qiyong@fc-cn.com>
To: Brice Goglin <Brice.Goglin@ens-lyon.org>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org, akpm@osdl.org,
sam@ravnborg.org
Subject: Re: [patch] gitignore quilt's files
Date: Tue, 18 Jul 2006 10:21:55 +0800 [thread overview]
Message-ID: <20060718022154.GA2171@localhost.localdomain> (raw)
In-Reply-To: <44BC1551.7040104@ens-lyon.org>
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
prev parent reply other threads:[~2006-07-18 2:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=20060718022154.GA2171@localhost.localdomain \
--to=qiyong@fc-cn.com \
--cc=Brice.Goglin@ens-lyon.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=torvalds@osdl.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