X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=patch-id.c;h=3b4c80f764bd11a740a7cce60f2e8c062706e897;hb=1c2a4f5addce479c619057c6cdc841802139982f;hp=960e7cedf9d55f8a8fa9dba38a2b69d5f622212d;hpb=9fabdedc0edd4ff150197a53cc3032e7bf27c4d4;p=git.git diff --git a/patch-id.c b/patch-id.c index 960e7cedf..3b4c80f76 100644 --- a/patch-id.c +++ b/patch-id.c @@ -1,4 +1,3 @@ -#include #include "cache.h" static void flush_current_id(int patchlen, unsigned char *id, SHA_CTX *c) @@ -43,6 +42,8 @@ static void generate_id_list(void) 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);