X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fblame.c;h=4dd4c3f494042c91e2fa481314d2d8d6d61d9c43;hb=82df0ef1c33a077313d29bd1d4692c0fadc29624;hp=fc1586350f94ae48e7e48a51818517b465e7a40d;hpb=96203bb074544a37fcff9c3f2a68582b76caa263;p=git.git diff --git a/builtin/blame.c b/builtin/blame.c index fc1586350..4dd4c3f49 100644 --- a/builtin/blame.c +++ b/builtin/blame.c @@ -1589,7 +1589,7 @@ static void emit_porcelain(struct scoreboard *sb, struct blame_entry *ent) strcpy(hex, sha1_to_hex(suspect->commit->object.sha1)); printf("%s%c%d %d %d\n", hex, - ent->guilty ? ' ' : '*', // purely for debugging + ent->guilty ? ' ' : '*', /* purely for debugging */ ent->s_lno + 1, ent->lno + 1, ent->num_lines);