diff: fix output of total-rewrite diff.
authorJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 02:45:39 +0000 (19:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 03:32:40 +0000 (20:32 -0700)
commita041d94f29d76d53ff3cc4169b99c6eefea8639d
treef2709900eb8bc5bc20eac470513084647b2a19f0
parentf0853837d6ee69dccfa59222a0e869de94bdddc6
diff: fix output of total-rewrite diff.

We did not read in the file data before emitting the
total-rewrite diff.  Noticed by Pasky.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c