Hi Junio,
On Fri, 3 Nov 2017, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> >> If I was correct in assuming that "2>&1" is just as foreign as
> >> ">/dev/null", then we should be shunning "2>&1" just like we shun
> >> ">/dev/null". That was all I meant to say.
> >
> > Did you know th
Johannes Schindelin writes:
>> If I was correct in assuming that "2>&1" is just as foreign as
>> ">/dev/null", then we should be shunning "2>&1" just like we shun
>> ">/dev/null". That was all I meant to say.
>
> Did you know that `2>&1` works in Powershell?
No. And that makes me curious if ">
Hi Junio,
On Thu, 2 Nov 2017, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> >> > I feel this is the wrong way round. `>/dev/null` may sound very intuitive
> >> > to you, but this feature is Windows only. Guess three times how intuitive
> >> > it sounds to Windows developers to write `
Johannes Schindelin writes:
>> > I feel this is the wrong way round. `>/dev/null` may sound very intuitive
>> > to you, but this feature is Windows only. Guess three times how intuitive
>> > it sounds to Windows developers to write `>/dev/null` if you want to
>> > suppress output...
>>
>> It wou
Hi Junio,
On Wed, 1 Nov 2017, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> >> > +Two special values are supported: `off` will simply close the
> >> > +corresponding standard handle, and if `GIT_REDIRECT_STDERR` is
> >> > +`2>&1`, standard error will be redirected to the same handle a
Johannes Schindelin writes:
>> > +Two special values are supported: `off` will simply close the
>> > +corresponding standard handle, and if `GIT_REDIRECT_STDERR` is
>> > +`2>&1`, standard error will be redirected to the same handle as
>> > +standard output.
>>
>> Consistent with the Unixy specia
Hi Eric,
On Mon, 30 Oct 2017, Eric Sunshine wrote:
> On Mon, Oct 30, 2017 at 1:10 PM, Johannes Schindelin
> wrote:
> > This feature is still highly experimental and has not even been
> > contributed to the Git mailing list yet: the feature still needs to be
> > battle-tested more.
> >
> > Signed
On Mon, Oct 30, 2017 at 1:10 PM, Johannes Schindelin
wrote:
> This feature is still highly experimental and has not even been
> contributed to the Git mailing list yet: the feature still needs to be
> battle-tested more.
>
> Signed-off-by: Johannes Schindelin
> ---
> +`GIT_REDIRECT_STDIN`::
> +`G
This feature is still highly experimental and has not even been
contributed to the Git mailing list yet: the feature still needs to be
battle-tested more.
Signed-off-by: Johannes Schindelin
---
Documentation/git.txt | 17 +
1 file changed, 17 insertions(+)
diff --git a/Documenta
9 matches
Mail list logo