summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
commit634e0084fac75cf85449a813da14968c9663a094 (patch)
tree4954184348dd7032043726df7a2e622e97b52d46 /Makefile
parentMerge branch 'os/fetch-submodule-optim' (diff)
parentformat-patch: use 'origin' as start of current-series-range when known (diff)
downloadtgif-634e0084fac75cf85449a813da14968c9663a094.tar.xz
Merge branch 'es/format-patch-interdiff-cleanup'
"format-patch --range-diff=<prev> <origin>..HEAD" has been taught not to ignore <origin> when <prev> is a single version. * es/format-patch-interdiff-cleanup: format-patch: use 'origin' as start of current-series-range when known diff-lib: tighten show_interdiff()'s interface diff: move show_interdiff() from its own file to diff-lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1b1bc8aa0..c651428c59 100644
--- a/Makefile
+++ b/Makefile
@@ -889,7 +889,6 @@ LIB_OBJS += hashmap.o
LIB_OBJS += help.o
LIB_OBJS += hex.o
LIB_OBJS += ident.o
-LIB_OBJS += interdiff.o
LIB_OBJS += json-writer.o
LIB_OBJS += kwset.o
LIB_OBJS += levenshtein.o