Re: git diff looping?
From: John Bito <hidden>
Date: 2016-06-15 22:46:57
Thanks, Jeff! I didn't mean to suggest there was a problem in the (origin) repository. I was wondering if anyone could recommend an approach to finding out what went wrong. I can certainly clone a fresh repo and apply my changes there. I'd just like to have some idea of what went wrong. ~John On Mon, Jun 15, 2009 at 7:44 PM, Jeff Epler[off-list ref] wrote:
It's apples and oranges, but I had no problem on $ git --version git version 1.5.4.3 $ uname -a Linux platte 2.6.24-24-generic #1 SMP Wed Apr 15 15:11:35 UTC 2009 x86_64 GNU/Linux or $ /usr/src/git/git --version git version 1.6.3.2.31.g7af0 $ git clone git://repo.or.cz/egit.git $ cd egit $ git diff v0.4.0 | wc -l 47943 $ /usr/src/git/git diff v0.4.0 | wc -l 47943 Jeff