Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-23 05:14:31 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-23 05:14:31 +0300
commitc63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (patch)
tree26958529f1ffcf1a257fe602c1d49664c46d8b64 /Makefile
parent8d712aafd2df3c1f5147a28947f98cefe667cf76 (diff)
parent1e80e0449248edb77b0fb9853f4a3404a599e207 (diff)
GIT 1.0.3v1.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 199cc47cf1..890f16bdad 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ all:
# Define USE_STDEV below if you want git to care about the underlying device
# change being considered an inode change from the update-cache perspective.
-GIT_VERSION = 1.0.0b
+GIT_VERSION = 1.0.3
# CFLAGS and LDFLAGS are for the users to override from the command line.
@@ -397,6 +397,9 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)) : % : %.py
git-cherry-pick: git-revert
cp $< $@
+# format-patch records GIT_VERSION
+git-format-patch: Makefile
+
%.o: %.c
$(CC) -o $*.o -c $(ALL_CFLAGS) $<
%.o: %.S