On 3/24/07, Junio C Hamano <junkio@xxxxxxx> wrote:
"Francis Moreau" <francis.moro@xxxxxxxxx> writes: > On 3/23/07, Junio C Hamano <junkio@xxxxxxx> wrote: >> "Francis Moreau" <francis.moro@xxxxxxxxx> writes: >> >> > Can't git make 'cat' the default pager when run on a dumb terminal ? >> >> IIRC, `more` works on a dumb terminal. > > BTW why not making 'more' the default on a dumb term instead of 'less' ? Isn't that so 80'ish?
It simply avoids this kind of output when running `git-diff` from shell mode for example: +[m +Basic bisect commands: start, bad, good[m +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m [m The way you use it is:[m [m ------------------------------------------------[m $ git bisect start[m -$ git bisect bad # Current version is bad[m -$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version[m - # tested that was good[m +$ git bisect bad # Current version is bad[m +$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 was the last version[m + # tested that was good[m ------------------------------------------------[m [m -When you give at least one bad and one good versions, it will[m -bisect the revision tree and say something like:[m +When you give at least one bad and one good versions, it will bisect[m +the revision tree and say something like:[m [m -- Francis - 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