From: Junio C Hamano Date: Wed, 2 Nov 2005 05:58:53 +0000 (-0800) Subject: GIT 0.99.9b X-Git-Tag: v0.99.9b^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/235d521da60e4699e5bd59ac658b5b48bd76ddca?hp=-c GIT 0.99.9b This contains the changes made on the master branch since 0.99.9a. The workaround for building RPMs has not changed since 0.99.9a, mainly because I haven't heard back if it was good enough for kernel.org consumption, or otherwise what changes are needed. Signed-off-by: Junio C Hamano --- 235d521da60e4699e5bd59ac658b5b48bd76ddca diff --combined Makefile index 5bb51085e1,357cb3ec8c..5606c83160 --- a/Makefile +++ b/Makefile @@@ -52,7 -52,7 +52,7 @@@ # DEFINES += -DUSE_STDEV - GIT_VERSION = 0.99.9a -GIT_VERSION = 0.99.9.GIT ++GIT_VERSION = 0.99.9b CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) @@@ -94,7 -94,7 +94,7 @@@ SCRIPT_SH = SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ - git-findtags.perl git-svnimport.perl git-mv.perl + git-svnimport.perl git-mv.perl SCRIPT_PYTHON = \ git-merge-recursive.py @@@ -413,7 -413,6 +413,6 @@@ check install: $(PROGRAMS) $(SCRIPTS) $(INSTALL) -d -m755 $(call shellquote,$(DESTDIR)$(bindir)) $(INSTALL) $(PROGRAMS) $(SCRIPTS) $(call shellquote,$(DESTDIR)$(bindir)) - sh ./cmd-rename.sh $(call shellquote,$(DESTDIR)$(bindir)) $(MAKE) -C templates install $(INSTALL) -d -m755 $(call shellquote,$(DESTDIR)$(GIT_PYTHON_DIR)) $(INSTALL) $(PYMODULES) $(call shellquote,$(DESTDIR)$(GIT_PYTHON_DIR)) diff --combined debian/changelog index 7d18483428,5fd31b7ef4..ee68af5020 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,3 +1,15 @@@ ++git-core (0.99.9b-0) unstable; urgency=low ++ ++ * GIT 0.99.9b ++ ++ -- Junio C Hamano Tue, 1 Nov 2005 21:39:39 -0800 ++ +git-core (0.99.9a-0) unstable; urgency=low + + * GIT 0.99.9a + + -- Junio C Hamano Sun, 30 Oct 2005 15:03:32 -0800 + git-core (0.99.9-0) unstable; urgency=low * GIT 0.99.9