Re: [PATCH v4] git-send-pack: fix --all option when used with directory

2016-04-01 Thread Stanislav Kolotinskiy
On 31/03/16 23:28, Junio C Hamano wrote: Thanks, will queue. Thanks a lot! -- Regards, Stanislav -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4] git-send-pack: fix --all option when used with directory

2016-03-31 Thread Jeff King
On Thu, Mar 31, 2016 at 03:02:43PM -0700, Junio C Hamano wrote: > By the way, for some reason it was unusually painful to find the > exact breakage by bisecting between maint-2.4 and maint-2.6. It > somehow ended up on fingering random places like v2.6.0 itself. > > The true culprit is 068c77a5

Re: [PATCH v4] git-send-pack: fix --all option when used with directory

2016-03-31 Thread Eric Sunshine
On Thu, Mar 31, 2016 at 6:02 PM, Junio C Hamano wrote: > By the way, for some reason it was unusually painful to find the > exact breakage by bisecting between maint-2.4 and maint-2.6. It > somehow ended up on fingering random places like v2.6.0 itself. > > The true culprit is

Re: [PATCH v4] git-send-pack: fix --all option when used with directory

2016-03-31 Thread Junio C Hamano
Junio C Hamano writes: > stanis...@assembla.com writes: > >> From: Stanislav Kolotinskiy >> >> When using git send-pack with --all option >> and a target repository specification ([:]), >> usage message is being displayed instead of performing >> the

Re: [PATCH v4] git-send-pack: fix --all option when used with directory

2016-03-31 Thread Junio C Hamano
stanis...@assembla.com writes: > From: Stanislav Kolotinskiy > > When using git send-pack with --all option > and a target repository specification ([:]), > usage message is being displayed instead of performing > the actual transmission. > > The reason for this issue is

[PATCH v4] git-send-pack: fix --all option when used with directory

2016-03-31 Thread stanislav
From: Stanislav Kolotinskiy When using git send-pack with --all option and a target repository specification ([:]), usage message is being displayed instead of performing the actual transmission. The reason for this issue is that destination and refspecs are being set in