summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 911cedc)
raw | patch | inline | side by side (parent: 911cedc)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 20 Jan 2007 08:47:34 +0000 (00:47 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 21 Jan 2007 05:32:31 +0000 (21:32 -0800) |
Dependency on reflog-walk.h was missing in the Makefile, and
reflog-walk.c did not even include it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
reflog-walk.c did not even include it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history | |
reflog-walk.c | patch | blob | history |
diff --git a/Makefile b/Makefile
index 1a29392a1254ef4f2a15d9abb88ccfc29b77f479..07246f3d189ba670c96542294263a8bd4d3bd07a 100644 (file)
--- a/Makefile
+++ b/Makefile
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \
- utf8.h
+ utf8.h reflog-walk.h
DIFF_OBJS = \
diff.o diff-lib.o diffcore-break.o diffcore-order.o \
diff --git a/reflog-walk.c b/reflog-walk.c
index 2d974116ded2c3b5de8a4ab6cdcd9f02b0ff95c7..989a7aee95ae2cd5a71e68920df5ca2f69cfef83 100644 (file)
--- a/reflog-walk.c
+++ b/reflog-walk.c
#include "diff.h"
#include "revision.h"
#include "path-list.h"
+#include "reflog-walk.h"
struct complete_reflogs {
char *ref;