X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=033c96e8f1c5ea3ebfa99d4c7ada0e677bf85fc2;hb=712d865523cbfd3025e555398b8caa164466529d;hp=007d42b0383f3c8dbc9dba703260b9d1e785fac7;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/Makefile b/Makefile index 007d42b0..033c96e8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.5 +GIT_VERSION = 0.99.6 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) @@ -65,12 +65,13 @@ SCRIPTS=git 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 \