Re: Counter-intuitive result from diff -C --stat

2016-12-31 Thread Junio C Hamano
Mike Hommey writes: > Hi, > > So I was checking out differences between two branches, accounting for > file moves with -C, and was surprised by the number of insertions and > deletions that it indicated, because it was telling me I had removed > more than I added, which I really don't think is tr

Counter-intuitive result from diff -C --stat

2016-12-31 Thread Mike Hommey
Hi, So I was checking out differences between two branches, accounting for file moves with -C, and was surprised by the number of insertions and deletions that it indicated, because it was telling me I had removed more than I added, which I really don't think is true. I took a closer look, and wh