X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=blame.c;h=562940ecedbd4f89aee89b9b4c96e8e2f21451df;hb=9201c707426b3dc0c894775416f576c25c008d46;hp=7308c36d232e362b64dcb5b2bc60fbe3014bdb28;hpb=4a5d6939509f9aeef600ea17643caef4c898b12f;p=git.git diff --git a/blame.c b/blame.c index 7308c36d..562940ec 100644 --- a/blame.c +++ b/blame.c @@ -226,6 +226,7 @@ static void print_patch(struct patch *p) } } +#if 0 /* For debugging only */ static void print_map(struct commit *cmit, struct commit *other) { @@ -259,6 +260,7 @@ static void print_map(struct commit *cmit, struct commit *other) printf("\n"); } } +#endif // p is a patch from commit to other. static void fill_line_map(struct commit *commit, struct commit *other,