From: Eric Blake <eblake@redhat.com>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
"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-trivial] [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files
Date: Mon, 27 Apr 2015 12:28:00 -0600 [thread overview]
Message-ID: <553E7FB0.1020404@redhat.com> (raw)
In-Reply-To: <CAEgOgz5LL=9EChHirsppPBVqP4vM2td5ZMdm+1g_tAsTo2WejQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
On 04/27/2015 12:11 PM, Peter Crosthwaite wrote:
>> +++ 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
You can always ignore them locally:
echo '*.patch' >> .git/info/exclude
without requiring everyone to ignore them (I actually like seeing them
show up, to know when I have not yet hit send on a series).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Eric Blake <eblake@redhat.com>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
"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 12:28:00 -0600 [thread overview]
Message-ID: <553E7FB0.1020404@redhat.com> (raw)
In-Reply-To: <CAEgOgz5LL=9EChHirsppPBVqP4vM2td5ZMdm+1g_tAsTo2WejQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
On 04/27/2015 12:11 PM, Peter Crosthwaite wrote:
>> +++ 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
You can always ignore them locally:
echo '*.patch' >> .git/info/exclude
without requiring everyone to ignore them (I actually like seeing them
show up, to know when I have not yet hit send on a series).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-04-27 18:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 16:45 [Qemu-trivial] [PATCH 0/6] trivial fixes Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 1/6] cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus) Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 2/6] input: remove unused mouse_handlers list Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-05-05 10:00 ` [Qemu-trivial] " Gerd Hoffmann
2015-05-05 10:00 ` [Qemu-devel] " Gerd Hoffmann
2015-05-05 10:22 ` [Qemu-trivial] " Michael Tokarev
2015-05-05 10:22 ` [Qemu-devel] " Michael Tokarev
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 3/6] qemu-char: remove unused list node from FDCharDriver Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 4/6] gitignore: ignore *.patch files Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-27 18:11 ` [Qemu-trivial] " Peter Crosthwaite
2015-04-27 18:11 ` Peter Crosthwaite
2015-04-27 18:28 ` Eric Blake [this message]
2015-04-27 18:28 ` Eric Blake
2015-04-27 20:18 ` [Qemu-trivial] " Emilio G. Cota
2015-04-27 20:18 ` Emilio G. Cota
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 5/6] coroutine: remove unnecessary parentheses in qemu_co_queue_empty Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-27 16:45 ` [Qemu-trivial] [PATCH 6/6] linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it Emilio G. Cota
2015-04-27 16:45 ` [Qemu-devel] " Emilio G. Cota
2015-04-29 6:21 ` [Qemu-trivial] [PATCH 0/6] trivial fixes Michael Tokarev
2015-04-29 6:21 ` [Qemu-devel] " 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=553E7FB0.1020404@redhat.com \
--to=eblake@redhat.com \
--cc=cota@braap.org \
--cc=mjt@tls.msk.ru \
--cc=peter.crosthwaite@xilinx.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.