Re: Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-06 Thread Matthieu Moy
John Keeping writes: > I would argue that the line should start with "| | ", since it really is > just a continuation of the same commit. > > | | > | | commit a393ed598e9fb11436f85bd58f1a38c82f2cadb7 (from > 33e70e70c0173d634826b998bdc304f93c0966b8) > | | Merge: 2c1e6a3 33e70e7 > | | Author: Ma

Re: Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-06 Thread John Keeping
On Wed, Feb 06, 2013 at 10:03:00AM -0500, Dale R. Worley wrote: > > From: Matthieu Moy > > > > In any case, I can't reproduce with 1.8.1.2.526.gf51a757: I don't get > > undless output. On the other hand, I get a slightly misformatted output: > > > > * commit a393ed598e9fb11436f85bd58f1a38c82f2

Re: Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-06 Thread Dale R. Worley
> From: Matthieu Moy > > In any case, I can't reproduce with 1.8.1.2.526.gf51a757: I don't get > undless output. On the other hand, I get a slightly misformatted output: > > * commit a393ed598e9fb11436f85bd58f1a38c82f2cadb7 (from > 2c1e6a36f4b712e914fac994463da7d0fdb2bc6d) > |\ Merge: 2c1e6a

Re: Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-05 Thread Matthieu Moy
Junio C Hamano writes: > wor...@alum.mit.edu (Dale R. Worley) writes: > >> I have found a situation where "git log" produces (apparently) >> endless output. Presumably this is a bug. Following is a (Linux) >> script that reliably reproduces the error for me (on Fedora 16): > > Wasn't this fixed

Re: Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-05 Thread Junio C Hamano
wor...@alum.mit.edu (Dale R. Worley) writes: > I have found a situation where "git log" produces (apparently) > endless output. Presumably this is a bug. Following is a (Linux) > script that reliably reproduces the error for me (on Fedora 16): Wasn't this fixed at v1.8.1.1~13 or is this a diffe

Bug in "git log --graph -p -m" (version 1.7.7.6)

2013-02-05 Thread Dale R. Worley
I have found a situation where "git log" produces (apparently) endless output. Presumably this is a bug. Following is a (Linux) script that reliably reproduces the error for me (on Fedora 16): -- set -ve # Print the git version. git --version # Create respository. rm -rf .git git init