X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=6e90d8f4e8340f55670f6db36ddb6daf809d8f7b;hb=6fb737be5e4803feabe0d1b6169de36131936368;hp=6bae6349e587c70465d714f4da0c193e1447ffa1;hpb=e27a56a676a1524036add6067948c647d3093ce8;p=git.git diff --git a/Makefile b/Makefile index 6bae6349..6e90d8f4 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-fetch-script git-status-script git-commit-script \ git-log-script git-shortlog git-cvsimport-script git-diff-script \ git-reset-script git-add-script git-checkout-script git-clone-script \ - gitk git-cherry git-rebase-script git-relink-script git-repack-script + gitk git-cherry git-rebase-script git-relink-script git-repack-script \ + git-format-patch-script git-sh-setup-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ @@ -64,6 +65,9 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h LIB_H += strbuf.h LIB_OBJS += strbuf.o +LIB_H += quote.h +LIB_OBJS += quote.o + LIB_H += diff.h count-delta.h LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o \ count-delta.o diffcore-break.o diffcore-order.o