From: Junio C Hamano Date: Sat, 24 Sep 2005 18:38:43 +0000 (-0700) Subject: GIT 0.99.7c X-Git-Tag: v0.99.7c^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2;p=git.git GIT 0.99.7c Contains the following post-0.99.7b fixes: - rsh.c string termination fix by H. Peter Anvin - further fetch fixes by Sergey Vlasov - diff-tree documentation by Robert Watson. - 'git diff --cached' synonymous to 'git diff --cached HEAD'. - subprocess.py licensing status clarification. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index ac13ecbed..e90f646af 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.7b +GIT_VERSION = 0.99.7c CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) diff --git a/debian/changelog b/debian/changelog index e6ea7b946..ef6156a76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-core (0.99.7c-0) unstable; urgency=low + + * GIT 0.99.7c + + -- Junio C Hamano Sat, 24 Sep 2005 11:33:36 -0700 + git-core (0.99.7b-0) unstable; urgency=low * GIT 0.99.7b