From 787f4e7d956814d2404d40d086c077c9dfba4427 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Mon, 27 Sep 2021 11:39:11 +0300 Subject: space between [DIFF] and commit id was underlined - now it is not --- git_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_part.c') diff --git a/git_part.c b/git_part.c index 2102e85..0355ec2 100644 --- a/git_part.c +++ b/git_part.c @@ -57,7 +57,7 @@ void print_headers_and_commit_message(FILE *where,git_commit *current_commit,con const git_signature *who_commited; fprintf(where,"
COMMIT: %s",git_oid_tostr_s(current)); if(has_diff) - fprintf(where," [DIFF]
\n",git_oid_tostr_s(current)); + fprintf(where," [DIFF]\n",git_oid_tostr_s(current)); else fprintf(where,"\n"); -- cgit v1.2.3