Re: [PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-25 Thread Johannes Schindelin
Hi Junio, On Sun, 24 Mar 2019, Junio C Hamano wrote: > Johannes Schindelin writes: > > > Sharp eyes, and a *very* good point. The double space is actually required > > for this patch to work as intended. I added the following explanation to > > the commit message: > > > > Note that `$(ALL_CO

Re: [PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-24 Thread Junio C Hamano
Johannes Schindelin writes: > Sharp eyes, and a *very* good point. The double space is actually required > for this patch to work as intended. I added the following explanation to > the commit message: > > Note that `$(ALL_COMMANDS)` starts with a space, and that is rather > crucial for t

Re: [PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-24 Thread Johannes Schindelin
Hi Taylor, On Fri, 22 Mar 2019, Taylor Blau wrote: > On Wed, Mar 13, 2019 at 04:56:53AM -0700, Johannes Schindelin via > GitGitGadget wrote: > > From: Johannes Schindelin > > > > On Windows, for example, executables (must) have the extension `.exe`. > > Our `check-docs` target was not prepared

Re: [PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-22 Thread Taylor Blau
Hi Johannes, On Wed, Mar 13, 2019 at 04:56:53AM -0700, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > On Windows, for example, executables (must) have the extension `.exe`. > Our `check-docs` target was not prepared for that. > > Signed-off-by: Johannes Schindelin >

Re: [PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-13 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > From: Johannes Schindelin > > On Windows, for example, executables (must) have the extension `.exe`. > Our `check-docs` target was not prepared for that. > > Signed-off-by: Johannes Schindelin > --- My writing this loop certainly predates increa

[PATCH 1/1] check-docs: fix for setups where executables have an extension

2019-03-13 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin On Windows, for example, executables (must) have the extension `.exe`. Our `check-docs` target was not prepared for that. Signed-off-by: Johannes Schindelin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index