diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-19 02:31:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-19 02:31:27 -0700 |
commit | c9ed27b9e8372822219780705128cf37bd25e26b (patch) | |
tree | 0bd5950f0d7a3061d08ccc6baaba5bcc021ed9e0 /Makefile | |
parent | Fix cvsimport warning when called without --no-cvs-direct (diff) | |
download | tgif-c9ed27b9e8372822219780705128cf37bd25e26b.tar.xz |
GIT 0.99.8f
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.8e +GIT_VERSION = 0.99.8f CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) |