From c4e05b1a2290c605e68e6dac5e2a580e6d4080b7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 10 Apr 2006 18:14:54 -0700 Subject: blame and friends: adjust to multiple pathspec change. This makes things that include revision.h build again. Blame is also built, but I am not sure how well it works (or how well it worked to begin with) -- it was relying on tree-diff to be using whatever pathspec was used the last time, which smells a bit suspicious. Signed-off-by: Junio C Hamano --- rev-list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rev-list.c') diff --git a/rev-list.c b/rev-list.c index 359195b547..963707a495 100644 --- a/rev-list.c +++ b/rev-list.c @@ -5,6 +5,7 @@ #include "tree.h" #include "blob.h" #include "tree-walk.h" +#include "diff.h" #include "revision.h" /* bits #0-6 in revision.h */ -- cgit v1.2.1