On Mon, Feb 05, 2007 at 04:37:09AM -0800, Josh Triplett wrote: > Why not just avoid starting the pager if an error (such as an invalid > argument) occurs?
Unfortunately it's not that easy. By current design, the pager is started before the error is detected, and it's not trivial to change it. But current design also hides the return code of git-log in such cases, by using the reutrn code of the pager, so it definitly should be improved. Thanks, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

