summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 750a09a)
raw | patch | inline | side by side (parent: 750a09a)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 19 Oct 2005 09:31:27 +0000 (02:31 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 19 Oct 2005 09:31:27 +0000 (02:31 -0700) |
Yes I said 0.99.8e was the last maintenance release for 0.99.8, but it
turns out that there was another backport necessary after git-daemon
was unleashed on kernel.org servers.
Contains the following since 0.99.8e:
H. Peter Anvin:
revised^2: git-daemon extra paranoia, and path DWIM
Johannes Schindelin:
Fix cvsimport warning when called without --no-cvs-direct
Junio C Hamano:
Do not ask for objects known to be complete.
Linus Torvalds:
git-fetch-pack: avoid unnecessary zero packing
Optimize common case of git-rev-list
Signed-off-by: Junio C Hamano <junkio@cox.net>
turns out that there was another backport necessary after git-daemon
was unleashed on kernel.org servers.
Contains the following since 0.99.8e:
H. Peter Anvin:
revised^2: git-daemon extra paranoia, and path DWIM
Johannes Schindelin:
Fix cvsimport warning when called without --no-cvs-direct
Junio C Hamano:
Do not ask for objects known to be complete.
Linus Torvalds:
git-fetch-pack: avoid unnecessary zero packing
Optimize common case of git-rev-list
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/Makefile b/Makefile
index 1e1c1b27db7c8cfe0eefe442721d021bf28624c9..588e5b0015375d24726e04a953da80878427dad4 100644 (file)
--- a/Makefile
+++ b/Makefile
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8e
+GIT_VERSION = 0.99.8f
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)
diff --git a/debian/changelog b/debian/changelog
index a57e33961dc45cc4937cf9b7a788e365a8e57c85..0df374767df5099f461db61b933d418de9006a15 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+git-core (0.99.8f-0) unstable; urgency=low
+
+ * GIT 0.99.8f
+
+ -- Junio C Hamano <junkio@cox.net> Wed, 19 Oct 2005 02:29:24 -0700
+
git-core (0.99.8e-0) unstable; urgency=low
* GIT 0.99.8e