From: Junio C Hamano Date: Mon, 5 Sep 2005 08:42:11 +0000 (-0700) Subject: Merge branch 'master' of . X-Git-Tag: v0.99.6^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/712d865523cbfd3025e555398b8caa164466529d?ds=inline;hp=-c Merge branch 'master' of . --- 712d865523cbfd3025e555398b8caa164466529d diff --combined Makefile index f13ff5aa29,9aa0c9a4f1..033c96e8f1 --- a/Makefile +++ b/Makefile @@@ -32,7 -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 +65,13 @@@ SCRIPTS=git git-merge-one-file-script g 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 \