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 --- http-push.c | 1 + 1 file changed, 1 insertion(+) (limited to 'http-push.c') diff --git a/http-push.c b/http-push.c index 57cefdea5..aa0bc1f6f 100644 --- a/http-push.c +++ b/http-push.c @@ -6,6 +6,7 @@ #include "blob.h" #include "http.h" #include "refs.h" +#include "diff.h" #include "revision.h" #include "exec_cmd.h" -- cgit v1.2.1