diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
commit | c63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (patch) | |
tree | 26958529f1ffcf1a257fe602c1d49664c46d8b64 /Makefile | |
parent | 8d712aafd2df3c1f5147a28947f98cefe667cf76 (diff) | |
parent | 1e80e0449248edb77b0fb9853f4a3404a599e207 (diff) | |
download | git-c63da8d8e8c5b5078e59af15c1a41ff98ad61d59.tar.gz |
GIT 1.0.3v1.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |