From: Junio C Hamano Date: Tue, 8 Nov 2005 09:25:59 +0000 (-0800) Subject: GIT 0.99.9f X-Git-Tag: v0.99.9f X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=refs%2Ftags%2Fv0.99.9f;p=git.git GIT 0.99.9f Signed-off-by: Junio C Hamano --- 5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3 diff --cc Makefile index ba1c6a73,b202be17..bfdaf762 --- a/Makefile +++ b/Makefile @@@ -50,9 -50,10 +50,10 @@@ # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. - GIT_VERSION = 0.99.9e -GIT_VERSION = 0.99.9.GIT ++GIT_VERSION = 0.99.9f # CFLAGS is for the users to override from the command line. + CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) diff --cc debian/changelog index 9cf900fb,10f67b8a..03a0f796 --- a/debian/changelog +++ b/debian/changelog @@@ -1,33 -1,11 +1,47 @@@ ++git-core (0.99.9f-0) unstable; urgency=low ++ ++ * GIT 0.99.9f ++ ++ -- Junio C Hamano Tue, 8 Nov 2005 01:21:52 -0800 ++ +git-core (0.99.9e-0) unstable; urgency=low + + * GIT 0.99.9e + + -- Junio C Hamano Sun, 6 Nov 2005 18:37:18 -0800 + +git-core (0.99.9d-0) unstable; urgency=low + + * GIT 0.99.9d + + -- Junio C Hamano Sat, 5 Nov 2005 11:46:37 -0800 + +git-core (0.99.9c-0) unstable; urgency=low + + * GIT 0.99.9c + + -- Junio C Hamano Thu, 3 Nov 2005 15:44:54 -0800 + +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.GIT-1) unstable; urgency=low + + * Do not scatter txt and html documentation into feature + subpackages. Do place man pages into them. + * Capture more cvs stuff into git-cvs package. + + -- Junio C Hamano Tue, 8 Nov 2005 01:19:06 -0800 + git-core (0.99.9.GIT-0) unstable; urgency=low * Test Build.