Re: emacs and git...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:

+
+Basic bisect commands: start, bad, good
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The way you use it is:

------------------------------------------------
$ git bisect start
-$ git bisect bad                       # Current version is bad
-$ git bisect good v2.6.13-rc2          # v2.6.13-rc2 was the last version
-                                       # tested that was good
+$ git bisect bad                 # Current version is bad
+$ git bisect good v2.6.13-rc2    # v2.6.13-rc2 was the last version
+                                 # tested that was good
------------------------------------------------

-When you give at least one bad and one good versions, it will
-bisect the revision tree and say something like:
+When you give at least one bad and one good versions, it will bisect
+the revision tree and say something like:

--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]