diff options
Diffstat (limited to 'patch-id.c')
-rw-r--r-- | patch-id.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch-id.c b/patch-id.c index edbc4aa3e8..3b4c80f764 100644 --- 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; + else if (!memcmp(line, "commit ", 7)) + p += 7; if (!get_sha1_hex(p, n)) { flush_current_id(patchlen, sha1, &ctx); |