Merge master changes into rc.
authorJunio C Hamano <junkio@cox.net>
Mon, 15 Aug 2005 22:53:37 +0000 (15:53 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 15 Aug 2005 22:53:37 +0000 (15:53 -0700)
1  2 
Makefile

diff --combined 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 \