Browse Source

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>
maint v0.99.8f
Junio C Hamano 20 years ago
parent
commit
c9ed27b9e8
  1. 2
      Makefile
  2. 6
      debian/changelog

2
Makefile

@ -48,7 +48,7 @@


# DEFINES += -DUSE_STDEV # DEFINES += -DUSE_STDEV


GIT_VERSION = 0.99.8e GIT_VERSION = 0.99.8f


CFLAGS = -g -O2 -Wall CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)

6
debian/changelog vendored

@ -1,3 +1,9 @@
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-core (0.99.8e-0) unstable; urgency=low


* GIT 0.99.8e * GIT 0.99.8e

Loading…
Cancel
Save