X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=f50ad72399ea41aa34c88611166992df445e5d7c;hb=d36ac03e457ce7e2caeea9aa2530a218ac0ede43;hp=6933ae35e9be69ba02f9a01059c1d1146eda44f8;hpb=8f3f9b09dc5ac8a946422422c3c70a4a4c284be3;p=git.git diff --git a/Makefile b/Makefile index 6933ae35..f50ad723 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly # break unless your underlying filesystem supports those sub-second times # (my ext3 doesn't). -GIT_VERSION=0.99.1 +GIT_VERSION=0.99.2 COPTS=-O2 CFLAGS=-g $(COPTS) -Wall @@ -37,7 +37,8 @@ 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 git-verify-tag-script \ - git-ls-remote-script + git-ls-remote-script git-clone-dumb-http git-rename-script \ + git-request-pull-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 \