aboutsummaryrefslogtreecommitdiff
path: root/builtin-ls-files.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-15 00:33:34 -0800
committerJunio C Hamano <gitster@pobox.com>2008-12-15 01:37:15 -0800
commita8335024c294db470e16e9df3aaa346bfcfbeacb (patch)
tree1fb2b119ec62cb4606294e4a509c3d271b3c53e0 /builtin-ls-files.c
parentd2dadfe890b5da6f65fe061a414b6ec67c5efe9c (diff)
downloadgit-a8335024c294db470e16e9df3aaa346bfcfbeacb.tar.gz
git-a8335024c294db470e16e9df3aaa346bfcfbeacb.tar.xz
pager: do not dup2 stderr if it is already redirected
An earlier commit 61b8050 (sending errors to stdout under $PAGER, 2008-02-16) avoided losing the error messages that are sent to the standard error when $PAGER is in effect by dup2'ing fd 2 to the pager. his way, showing a tag object that points to a bad object: $ git show tag-foo would give the error message to the pager. However, it was not quite right if the user did: $ git show 2>error.log tag-foo i.e. use the pager but store the errors in a separate file. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-ls-files.c')
0 files changed, 0 insertions, 0 deletions