On 02/22/2013 01:57 AM, Jeff King wrote:
I think the problem is that your test file is so tiny that it falls
afoul of git's MINIMUM_BREAK_SIZE heuristic of 400 bytes (which prevents
false positives on tiny files). Try replacing your "Lorem ipsum" echo
with something like "seq 1 150", and I think you will find the result
you are expecting.
Thanks. Two points, though:
With bigger files, I do get something like:
| M100 d
| R100 d e
The rename is fine. But I am a bit puzzled mit the M - I, somehow,
would have expected an A for add and not a M.
Secondly, would it be a good idea to enhance the documentation on
that point to clarify this minimum size?
SEcki