summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
commit634e0084fac75cf85449a813da14968c9663a094 (patch)
tree4954184348dd7032043726df7a2e622e97b52d46 /Makefile
parentbcb68bff80eab46f9d5f367555da803e61d3d7c8 (diff)
parent07a7f8debfa43bd28537f475925776a92c30a678 (diff)
downloadgit-634e0084fac75cf85449a813da14968c9663a094.zip
git-634e0084fac75cf85449a813da14968c9663a094.tar.gz
git-634e0084fac75cf85449a813da14968c9663a094.tar.bz2
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 f1b1bc8..c651428 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