diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:19:03 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:19:03 -0800 |
commit | c10d63451883f67c37622d2a21b2fc93be2f90c9 (patch) | |
tree | deddf29bb3a5f48b82a783d9c1254f5987736141 /Makefile | |
parent | git-clone: Support changing the origin branch with -o (diff) | |
parent | GIT 1.0.3 (diff) | |
download | tgif-c10d63451883f67c37622d2a21b2fc93be2f90c9.tar.xz |
Merge in fixes up to 1.0.3 maintenance branch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |