diff.c: Reuse the pprint_rename function for diff --summary output.
commitb9f441646c5c8abb92dc110d28decdfe2c9720b2
authorAlexandre Julliard <julliard@winehq.org>
Sat, 10 Feb 2007 14:36:47 +0000 (10 15:36 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 20:47:22 +0000 (11 12:47 -0800)
tree2131248137ec3583521bd5ac7900a3482a8003fb
parent1187d7564d67b532df402050711cb494ceaec2f9
diff.c: Reuse the pprint_rename function for diff --summary output.

This avoids some code duplication, and yields more readable results
for directory renames.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c