X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=9aa0c9a4f1423ab50ee02165987b553b0f8de641;hb=b893f09104ee5f1d8710dfe17cdf1cbac995f17a;hp=13ad6d89ee9703cfff962215ef4e6604f9a70afd;hpb=48313592bf318139b39d6017a863f27420e3939a;p=git.git diff --git a/Makefile b/Makefile index 13ad6d89..9aa0c9a4 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ -SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ +SCRIPTS=git git-merge-one-file-script git-prune-script \ git-pull-script git-tag-script git-resolve-script git-whatchanged \ git-fetch-script git-status-script git-commit-script \ git-log-script git-shortlog git-cvsimport-script git-diff-script \ @@ -65,12 +65,13 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ gitk git-cherry git-rebase-script git-relink-script git-repack-script \ git-format-patch-script git-sh-setup-script git-push-script \ git-branch-script git-parse-remote-script git-verify-tag-script \ - git-ls-remote-script git-clone-dumb-http git-rename-script \ + git-ls-remote-script git-rename-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script SCRIPTS += git-revert-script SCRIPTS += git-octopus-script +SCRIPTS += git-archimport-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 \