summaryrefslogtreecommitdiff
path: root/blame.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-03-02 15:10:05 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-02 15:10:05 -0800
commitc40610422e1157e71dbc3c1a2f9e19bbe117962f (patch)
tree251299eef1d983dfdcff8c6455e968234c6d0a56 /blame.c
parentAdd git-blame, a tool for assigning blame. (diff)
parentRip out merge-order and make "git log <paths>..." work again. (diff)
downloadtgif-c40610422e1157e71dbc3c1a2f9e19bbe117962f.tar.xz
Merge part of 'lt/rev-list' into 'fk/blame'
Now blame will depend on the new revision walker infrastructure, we need to make it depend on earlier parts of Linus' rev-list topic branch, hence this merge. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blame.c')
-rw-r--r--blame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/blame.c b/blame.c
index 1e655466a8..dbce7e2c55 100644
--- a/blame.c
+++ b/blame.c
@@ -6,7 +6,6 @@
#include "commit.h"
#include "tree.h"
#include "blob.h"
-#include "epoch.h"
#include "diff.h"
#define DEBUG 0