Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
patch-id: take "commit" prefix as well as "diff-tree" prefix
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Fri, 23 Jun 2006 15:36:21 +0000
(17:36 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 23 Jun 2006 23:55:15 +0000
(16:55 -0700)
Some time ago we changed git-log in a massive way, and one consequence is
that the keyword changed. Adjust patch-id for that.
[jc: as Linus suggests, allowing both old and new prefix.]
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
patch-id.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f60349a
)
diff --git
a/patch-id.c
b/patch-id.c
index edbc4aa3e82974168f2d4c21085bdd43b774d55e..3b4c80f764bd11a740a7cce60f2e8c062706e897 100644
(file)
--- a/
patch-id.c
+++ b/
patch-id.c
@@
-42,6
+42,8
@@
static void generate_id_list(void)
if (!memcmp(line, "diff-tree ", 10))
p += 10;
if (!memcmp(line, "diff-tree ", 10))
p += 10;
+ else if (!memcmp(line, "commit ", 7))
+ p += 7;
if (!get_sha1_hex(p, n)) {
flush_current_id(patchlen, sha1, &ctx);
if (!get_sha1_hex(p, n)) {
flush_current_id(patchlen, sha1, &ctx);