aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-10 15:57:24 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-10 15:57:24 -0700
commit77882f60d9df2fd410ba7d732b01738315643c05 (patch)
tree19c1d865c1b4f5f50fa9938d4a482416c703c8b3 /Makefile
parenta13ba129cdc66b60eef177696084ff80034069b7 (diff)
downloadgit-77882f60d9df2fd410ba7d732b01738315643c05.tar.gz
git-77882f60d9df2fd410ba7d732b01738315643c05.tar.xz
Retire diffcore-pathspec.
Nobody except diff-stages used it -- the callers instead filtered the input to diffcore themselves. Make diff-stages do that as well and retire diffcore-pathspec. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b10eaa41..a979205ec 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ LIB_H = \
tree-walk.h
DIFF_OBJS = \
- diff.o diffcore-break.o diffcore-order.o diffcore-pathspec.o \
+ diff.o diffcore-break.o diffcore-order.o \
diffcore-pickaxe.o diffcore-rename.o tree-diff.o combine-diff.o \
diffcore-delta.o