summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-11-01 17:10:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-02 02:19:43 (GMT)
commit1a172e4ac1719a068c76384bd077ee65d915ebea (patch)
tree2b932386d50d83e9861f00a7a73059000eea54f9 /Documentation
parent3f944424ac899fb6705e7463d937c5ed581da207 (diff)
downloadgit-1a172e4ac1719a068c76384bd077ee65d915ebea.zip
git-1a172e4ac1719a068c76384bd077ee65d915ebea.tar.gz
git-1a172e4ac1719a068c76384bd077ee65d915ebea.tar.bz2
mingw: optionally redirect stderr/stdout via the same handle
The "2>&1" notation in Powershell and in Unix shells implies that stderr is redirected to the same handle into which stdout is already written. Let's use this special value to allow the same trick with GIT_REDIRECT_STDERR and GIT_REDIRECT_STDOUT: if the former's value is `2>&1`, then stderr will simply be written to the same handle as stdout. The functionality was suggested by Jeff Hostetler. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions