Duy Nguyen <pclouds@xxxxxxxxx> writes: > On Tue, Dec 22, 2015 at 5:57 PM, Duy Nguyen <pclouds@xxxxxxxxx> wrote: >> On Tue, Dec 22, 2015 at 4:18 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >>> Thanks. I wiggled these three on top of the "Revert the earlier >>> one"; while I think the result is correct, I'd appreciate if you can >>> double check the result when I push the topic out later today. >> >> Looks good. "prove" passed too by the way. > > Another by the way, this "forcing aliases as external commands" now > shows something like "error: git-log died of signal 13" when the pager > exits early, for an alias like "l1 = log --oneline". ... and we do not show that when we directly call "git log" is...? We do signal this with non-zero exit status like so: $ GIT_PAGER=true git log --oneline ; echo $? 141 and it is not surprising that the one that is catching the exit status of what was spawned and reporting "signal 13". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html