summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69310a3)
raw | patch | inline | side by side (parent: 69310a3)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 22 Dec 2005 19:38:23 +0000 (20:38 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Dec 2005 20:52:29 +0000 (12:52 -0800) |
We want to record the version of the tools the patch was generated with.
While these tools could be rebuilt, git-format-patch stayed the same and
report the wrong version.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
While these tools could be rebuilt, git-format-patch stayed the same and
report the wrong version.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index e9bf860f6db62e68784c4eac0a867b92b93e8bdf..dde8f331d69f87b4886fcace9bed82dd32a25912 100644 (file)
--- a/Makefile
+++ b/Makefile
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