Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > On Wed, Feb 29, 2012 at 10:37 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: >> >>> It does improve that situation, or at least it stops git from forking >>> frantically. >> >> That "at least" sounds suspicious ;-) Do you mean that there is other >> breakages in that mode of operation? > > Well, "shortlog -p" did not run $PAGER (i.e. less). I haven't had time > to dig further. Ok. for that matter, $ GIT_PAGER="git -p column" git tag --list does not seem to use pager, either, so that may not be limited to shortlog, but in any case, I can see how the current code without your patch can fall into a fork loop, and your patch is an improvement, even if it may not yet be the whole solution. -- 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