Re: How to substructure rewrites?

2014-01-27 Thread Junio C Hamano
David Kastrup d...@gnu.org writes: As it can easily be guessed, the add xxx function commits are basically adding not-yet-used code (and so will not disrupt compilation), but everything starting with Reorganize blame data structures up until the final commit will not work or compile since the

Re: How to substructure rewrites?

2014-01-27 Thread David Kastrup
Junio C Hamano gits...@pobox.com writes: David Kastrup d...@gnu.org writes: As it can easily be guessed, the add xxx function commits are basically adding not-yet-used code (and so will not disrupt compilation), but everything starting with Reorganize blame data structures up until the

How to substructure rewrites?

2014-01-25 Thread David Kastrup
Hi, I'm currently rewriting the internals of git-blame. For the somewhat academic example #/bin/sh cd /tmp rm -rf testit mkdir testit cd testit git init for inc in 8 4 3 7 2 9 5 6 1 do seq 252000 -$inc 0 testfile git add testfile git commit -m Run with increment $inc done time