提交 8d3cbd27 编写于 作者: J Johannes Schindelin 提交者: Junio C Hamano

patch-id: take "commit" prefix as well as "diff-tree" prefix

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: NJohannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 f60349aa
...@@ -42,6 +42,8 @@ static void generate_id_list(void) ...@@ -42,6 +42,8 @@ static void generate_id_list(void)
if (!memcmp(line, "diff-tree ", 10)) if (!memcmp(line, "diff-tree ", 10))
p += 10; p += 10;
else if (!memcmp(line, "commit ", 7))
p += 7;
if (!get_sha1_hex(p, n)) { if (!get_sha1_hex(p, n)) {
flush_current_id(patchlen, sha1, &ctx); flush_current_id(patchlen, sha1, &ctx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册