Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Junio C Hamano
Renato Botelho writes: >> Not really. Anything brand-new that comes this late in the cycle >> will not be in 2.6, so the earliest release this NO_PERL change can >> appear in is one after the upcoming release. > > Even if it’s a bug that produce a broken installation? Absolutely. The way we do

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Junio C Hamano
ga...@freebsd.org writes: > From: Renato Botelho > > git-submodule and git-request-pull are written in sh but use perl > internally. Add them to be replaced by unimplemented.sh when NO_PERL > flag is set > > Signed-off-by: Renato Botelho > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+)

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Renato Botelho
> On Sep 3, 2015, at 16:56, Junio C Hamano wrote: > > Renato Botelho writes: > >>> You also may want to hold off the "git-submodule" bit, as I expect >>> http://thread.gmane.org/gmane.comp.version-control.git/277128/focus=277129 >>> would be one of the first changes to be in 'master' after the

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Junio C Hamano
Renato Botelho writes: >> You also may want to hold off the "git-submodule" bit, as I expect >> http://thread.gmane.org/gmane.comp.version-control.git/277128/focus=277129 >> would be one of the first changes to be in 'master' after the >> upcoming release 2.6 (that is, it is likely that perl depe

[PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread garga
From: Renato Botelho git-submodule and git-request-pull are written in sh but use perl internally. Add them to be replaced by unimplemented.sh when NO_PERL flag is set Signed-off-by: Renato Botelho --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Make

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Renato Botelho
> On Sep 3, 2015, at 16:11, Junio C Hamano wrote: > > ga...@freebsd.org writes: > >> From: Renato Botelho >> >> git-submodule and git-request-pull are written in sh but use perl >> internally. Add them to be replaced by unimplemented.sh when NO_PERL >> flag is set >> --- > > Missing sign-off.

Re: [PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread Junio C Hamano
ga...@freebsd.org writes: > From: Renato Botelho > > git-submodule and git-request-pull are written in sh but use perl > internally. Add them to be replaced by unimplemented.sh when NO_PERL > flag is set > --- Missing sign-off. You also may want to hold off the "git-submodule" bit, as I expect

[PATCH] Remove perl dependant commands if NO_PERL is set

2015-09-03 Thread garga
From: Renato Botelho git-submodule and git-request-pull are written in sh but use perl internally. Add them to be replaced by unimplemented.sh when NO_PERL flag is set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e326fa0..4dae0ec 1006