From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: "Emilio G. Cota" <cota@braap.org>
Cc: qemu-trivial <qemu-trivial@nongnu.org>,
Michael Tokarev <mjt@tls.msk.ru>,
"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files
Date: Mon, 27 Apr 2015 11:11:28 -0700 [thread overview]
Message-ID: <CAEgOgz5LL=9EChHirsppPBVqP4vM2td5ZMdm+1g_tAsTo2WejQ@mail.gmail.com> (raw)
In-Reply-To: <1430153133-30988-5-git-send-email-cota@braap.org>
On Mon, Apr 27, 2015 at 9:45 AM, Emilio G. Cota <cota@braap.org> wrote:
> Signed-off-by: Emilio G. Cota <cota@braap.org>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index aed0e1f..025a841 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -62,6 +62,7 @@
> *.fn
> *.ky
> *.log
> +*.patch
This Issue is discussed and I think it was concluded to not gitignore
patches. See:
commit f3a22014e94dfaacb57277dafce66b41cd994869
Author: Michael Tokarev <mjt@tls.msk.ru>
Date: Thu Jun 6 01:14:54 2013 +0400
gitignore: unignore *.patch
This partially reverts:
commit 082369e62c5bbaba89f173c2b803bc24115bb111
Author: liguang <lig.fnst@cn.fujitsu.com>
Date: Fri Mar 22 16:44:13 2013 +0800
gitignore: ignore more files
I'm not sure how this went in. The thing is that
ignoring *.patch, in my opinion, is just wrong.
Especially for downstreams who apply patches for
real.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Regards,
Peter
> *.pdf
> *.pod
> *.cps
> --
> 1.9.1
>
>
next prev parent reply other threads:[~2015-04-27 18:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 16:45 [Qemu-devel] [PATCH 0/6] trivial fixes Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] [PATCH 1/6] cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus) Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] [PATCH 2/6] input: remove unused mouse_handlers list Emilio G. Cota
2015-05-05 10:00 ` Gerd Hoffmann
2015-05-05 10:22 ` Michael Tokarev
2015-04-27 16:45 ` [Qemu-devel] [PATCH 3/6] qemu-char: remove unused list node from FDCharDriver Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files Emilio G. Cota
2015-04-27 18:11 ` Peter Crosthwaite [this message]
2015-04-27 18:28 ` Eric Blake
2015-04-27 20:18 ` Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] [PATCH 5/6] coroutine: remove unnecessary parentheses in qemu_co_queue_empty Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] [PATCH 6/6] linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it Emilio G. Cota
2015-04-29 6:21 ` [Qemu-devel] [PATCH 0/6] trivial fixes Michael Tokarev
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='CAEgOgz5LL=9EChHirsppPBVqP4vM2td5ZMdm+1g_tAsTo2WejQ@mail.gmail.com' \
--to=peter.crosthwaite@xilinx.com \
--cc=cota@braap.org \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.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;
as well as URLs for NNTP newsgroup(s).