Re: [PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs

2014-02-27 Thread Eric Sunshine
On Thu, Feb 27, 2014 at 4:00 AM, Carlos Martín Nieto wrote: > Subject: fetch: add a failing test for prunning with overlapping refspecs s/prunning/pruning/ > Signed-off-by: Carlos Martín Nieto > --- > diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > index 1f0f8e6..4949e3d 100755 > --- a/t/t55

Re: [PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs

2014-02-27 Thread Eric Sunshine
On Thu, Feb 27, 2014 at 4:00 AM, Carlos Martín Nieto wrote: > Subject: fetch: add a failing test for prunning with overlapping refspecs s/prunning/pruning/ > Signed-off-by: Carlos Martín Nieto > --- > diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > index 1f0f8e6..4949e3d 100755 > --- a/t/t55

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs

2014-02-27 Thread Carlos Martín Nieto
From: Carlos Martín Nieto When a remote has multiple fetch refspecs and these overlap in the target namespace, fetch may prune a remote-tracking branch which still exists in the remote. The test uses a popular form of this, by putting pull requests as stored in a popular hosting platform alongsid