Re: git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-17 Thread Johannes Schindelin
Hi Dave, On 2015-04-16 19:06, Johannes Schindelin wrote: On 2015-04-16 18:31, David Miller wrote: From: Jeff King p...@peff.net Date: Thu, 16 Apr 2015 12:26:21 -0400 Weird. In a nearby thread with the same problem, the first email that mentions git-owner in a cc header is yours[1]. It's in

[bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Robin Moussu
I have a bug using the following command: git log --oneline --decorate --graph In short, the first line of the log is often truncated. If the terminal is too small to display all the text (~100 columns, and too much text to fit on the high of screen, in this example less than 4 lines), I

Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Junio C Hamano
Robin Moussu robin.mou...@gmail.com writes: I have a bug using the following command: git log --oneline --decorate --graph In short, the first line of the log is often truncated. ... # How to reproduce Open a small terminal windows (4*100) mkdir tmp cd tmp git init

Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Johannes Schindelin
Hi, On 2015-04-16 17:28, Junio C Hamano wrote: Robin Moussu robin.mou...@gmail.com writes: I have a bug using the following command: git log --oneline --decorate --graph In short, the first line of the log is often truncated. I imagine that the pager (`less`) cuts off the lines

Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread David Miller
Hey folks, please remove git-owner from the CC: list, that goes to me and not the list :-) -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Johannes Schindelin
Hi David, On 2015-04-16 17:56, David Miller wrote: Hey folks, please remove git-owner from the CC: list, that goes to me and not the list :-) I feared as much, but I cannot recall putting you on any Cc: myself. It appeared to me as if the list added git-owner@vger as sender, at least under

Re: git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Jeff King
[retaining davem in cc in case he is curious, and hopefully does not see this as more spam :) ] On Thu, Apr 16, 2015 at 06:11:47PM +0200, Johannes Schindelin wrote: On 2015-04-16 17:56, David Miller wrote: Hey folks, please remove git-owner from the CC: list, that goes to me and not the

Re: git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread David Miller
From: Jeff King p...@peff.net Date: Thu, 16 Apr 2015 12:26:21 -0400 Weird. In a nearby thread with the same problem, the first email that mentions git-owner in a cc header is yours[1]. It's in reply to a message that does not mention git-owner at all[2], except in the Sender field. Your agent

Re: git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Johannes Schindelin
On 2015-04-16 18:31, David Miller wrote: From: Jeff King p...@peff.net Date: Thu, 16 Apr 2015 12:26:21 -0400 Weird. In a nearby thread with the same problem, the first email that mentions git-owner in a cc header is yours[1]. It's in reply to a message that does not mention git-owner at

Re: git-owner, was Re: [bug] first line truncated with `git log --oneline --decorate --graph`

2015-04-16 Thread Robin Moussu
Hi Junio and Johanes, It was effectively a less problem, and not a git problem. My $LESS is '-r'. If I make export LESS='-R' , it is fixed. Thanks a lot. Cheers. Robin. signature.asc Description: OpenPGP digital signature