All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] .gitignore: remove vscclient
@ 2017-11-06 18:54 Marc-André Lureau
  2017-11-06 19:21 ` Eric Blake
  0 siblings, 1 reply; 4+ messages in thread
From: Marc-André Lureau @ 2017-11-06 18:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

It was removed with libcacard.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 588769b250..433f64f429 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,7 +53,6 @@
 /qemu-version.h.tmp
 /module_block.h
 /scsi/qemu-pr-helper
-/vscclient
 /vhost-user-scsi
 /fsdev/virtfs-proxy-helper
 *.tmp
-- 
2.15.0.rc0.40.gaefcc5f6f

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

* Re: [Qemu-devel] [PATCH] .gitignore: remove vscclient
  2017-11-06 18:54 [Qemu-devel] [PATCH] .gitignore: remove vscclient Marc-André Lureau
@ 2017-11-06 19:21 ` Eric Blake
  2017-11-06 19:30   ` Marc-André Lureau
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Blake @ 2017-11-06 19:21 UTC (permalink / raw)
  To: Marc-André Lureau, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

On 11/06/2017 12:54 PM, Marc-André Lureau wrote:
> It was removed with libcacard.

which was back in which commit?  I'm trying to get an idea of how long
this entry has been stale.

I'm not opposed to this patch, but I personally like to leave .gitignore
entries in place for several releases after they are last useful, to
make incremental builds easier when jumping around between old and new
branches across the point where the file was removed (as long as the new
branch still ignores the file, then building the file in the old branch
doesn't hurt the new branch).  Of course, if I'm that involved in
backporting madness across branches, I'm also fine updating my own
.git/info/exclude for cruft that is built in only one of two branches,
rather than relying on per-branch .gitignore to do it for me.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

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

* Re: [Qemu-devel] [PATCH] .gitignore: remove vscclient
  2017-11-06 19:21 ` Eric Blake
@ 2017-11-06 19:30   ` Marc-André Lureau
  2017-11-06 19:55     ` Eric Blake
  0 siblings, 1 reply; 4+ messages in thread
From: Marc-André Lureau @ 2017-11-06 19:30 UTC (permalink / raw)
  To: Eric Blake; +Cc: qemu-devel



----- Original Message -----
> On 11/06/2017 12:54 PM, Marc-André Lureau wrote:
> > It was removed with libcacard.
> 
> which was back in which commit?  I'm trying to get an idea of how long
> this entry has been stale.

Since:

commit 7b02f5447c64d1854468f758398c9f6fe9e5721f
Author: Marc-André Lureau <marcandre.lureau@redhat.com>
Date:   Sun Aug 30 11:48:40 2015 +0200

    libcacard: use the standalone project

> 
> I'm not opposed to this patch, but I personally like to leave .gitignore
> entries in place for several releases after they are last useful, to
> make incremental builds easier when jumping around between old and new
> branches across the point where the file was removed (as long as the new
> branch still ignores the file, then building the file in the old branch
> doesn't hurt the new branch).  Of course, if I'm that involved in
> backporting madness across branches, I'm also fine updating my own
> .git/info/exclude for cruft that is built in only one of two branches,
> rather than relying on per-branch .gitignore to do it for me.
> 
> --
> Eric Blake, Principal Software Engineer
> Red Hat, Inc.           +1-919-301-3266
> Virtualization:  qemu.org | libvirt.org
> 
> 

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

* Re: [Qemu-devel] [PATCH] .gitignore: remove vscclient
  2017-11-06 19:30   ` Marc-André Lureau
@ 2017-11-06 19:55     ` Eric Blake
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2017-11-06 19:55 UTC (permalink / raw)
  To: Marc-André Lureau; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1664 bytes --]

On 11/06/2017 01:30 PM, Marc-André Lureau wrote:
> 
> 
> ----- Original Message -----
>> On 11/06/2017 12:54 PM, Marc-André Lureau wrote:
>>> It was removed with libcacard.
>>
>> which was back in which commit?  I'm trying to get an idea of how long
>> this entry has been stale.
> 
> Since:
> 
> commit 7b02f5447c64d1854468f758398c9f6fe9e5721f
> Author: Marc-André Lureau <marcandre.lureau@redhat.com>
> Date:   Sun Aug 30 11:48:40 2015 +0200
> 
>     libcacard: use the standalone project
> 
>>
>> I'm not opposed to this patch, but I personally like to leave .gitignore
>> entries in place for several releases after they are last useful, to
>> make incremental builds easier when jumping around between old and new
>> branches across the point where the file was removed (as long as the new
>> branch still ignores the file, then building the file in the old branch
>> doesn't hurt the new branch).  Of course, if I'm that involved in
>> backporting madness across branches, I'm also fine updating my own
>> .git/info/exclude for cruft that is built in only one of two branches,
>> rather than relying on per-branch .gitignore to do it for me.

Then this particular cleanup is definitely beyond the realm of any
backporting efforts I care about, and makes sense to me; but I'm still
leaving it weak enough that I won't add R-b (especially not without a
more verbose commit body), but I'm also okay if someone else wants to
add R-b to the patch as presented rather than waiting for a respin.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

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

end of thread, other threads:[~2017-11-06 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 18:54 [Qemu-devel] [PATCH] .gitignore: remove vscclient Marc-André Lureau
2017-11-06 19:21 ` Eric Blake
2017-11-06 19:30   ` Marc-André Lureau
2017-11-06 19:55     ` Eric Blake

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.