diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-10 18:14:54 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-10 19:17:31 -0700 |
commit | c4e05b1a2290c605e68e6dac5e2a580e6d4080b7 (patch) | |
tree | ea41950c4519a6665503ec4fc9a4d2d2e17c55bc /rev-list.c | |
parent | git log --full-diff (diff) | |
download | tgif-c4e05b1a2290c605e68e6dac5e2a580e6d4080b7.tar.xz |
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 <junkio@cox.net>
Diffstat (limited to 'rev-list.c')
-rw-r--r-- | rev-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |