summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-17 17:46:35 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-17 21:52:10 -0700
commitc99ec048bf386ed2b28086cb3756af2dc91fc3d2 (patch)
treeec8d8f448b114f1817337e30cae901206f8d9afb /Makefile
parentMerge branch 'fixes' (diff)
downloadgit-0.99.8e.tar.gz
git-0.99.8e.zip
GIT 0.99.8ev0.99.8e
Linus Torvalds: make checkout-index '-a' flag saner. Junio C Hamano: whatchanged: document -m option from git-diff-tree. Functions to quote and unquote pathnames in C-style. Update git-apply to use C-style quoting for funny pathnames. Do not quote SP. git-checkout-index: documentation updates. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4a5ec4aa3..1e1c1b27db 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8d
+GIT_VERSION = 0.99.8e
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)