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 <junkio@cox.net>
This commit is contained in:
2
Makefile
2
Makefile
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
# DEFINES += -DUSE_STDEV
|
# DEFINES += -DUSE_STDEV
|
||||||
|
|
||||||
GIT_VERSION = 0.99.7b
|
GIT_VERSION = 0.99.7c
|
||||||
|
|
||||||
CFLAGS = -g -O2 -Wall
|
CFLAGS = -g -O2 -Wall
|
||||||
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)
|
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
git-core (0.99.7c-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* GIT 0.99.7c
|
||||||
|
|
||||||
|
-- Junio C Hamano <junkio@cox.net> Sat, 24 Sep 2005 11:33:36 -0700
|
||||||
|
|
||||||
git-core (0.99.7b-0) unstable; urgency=low
|
git-core (0.99.7b-0) unstable; urgency=low
|
||||||
|
|
||||||
* GIT 0.99.7b
|
* GIT 0.99.7b
|
||||||
|
Reference in New Issue
Block a user