From: Junio C Hamano Date: Mon, 15 Aug 2005 22:53:37 +0000 (-0700) Subject: Merge master changes into rc. X-Git-Tag: v0.99.5~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/da27f4f3f4c23d0276a372726ed050ed13e45168?hp=-c Merge master changes into rc. --- da27f4f3f4c23d0276a372726ed050ed13e45168 diff --combined Makefile index ff3d7e3fad,16ab0c7f02..1623247273 --- a/Makefile +++ b/Makefile @@@ -32,7 -32,7 +32,7 @@@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.4 +GIT_VERSION = 0.99.5 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) @@@ -71,6 -71,7 +71,7 @@@ SCRIPTS=git git-apply-patch-script git- SCRIPTS += git-count-objects-script # SCRIPTS += git-send-email-script SCRIPTS += git-revert-script + SCRIPTS += git-show-branches-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 \