On Wednesday 2008 December 10 10:01:49 you wrote: >It appears that when outputting a fatal error, git-show will choose >stdout over stderr if stdout is a terminal and stderr is not. How do I >redirect the error but still allow stdout to be displayed? Gah, I think that's really bad behavior. Anyway, something like: git show 12345 2>/dev/null | cat should work. Neither stdout nor stderr will be a terminal, but stdout will be displayed to your terminal. -- Boyd Stephen Smith Jr. ,= ,-_-. =. bss03@xxxxxxxxxxxxxx ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.org/ \_/
Attachment:
signature.asc
Description: This is a digitally signed message part.