Thread (1 message) 1 message, 1 author, 2022-07-11

Re: [PATCH v4] gpg-interface: add function for converting trust level to string

From: Junio C Hamano <hidden>
Date: 2022-07-11 05:12:27

"Jaydeep Das via GitGitGadget" [off-list ref] writes:
     @@ pretty.c: static size_t format_commit_one(struct strbuf *sb, /* in UTF-8 */
      -				strbuf_addstr(sb, "ultimate");
      -				break;
      -			}
     -+			sig_str = gpg_trust_level_to_str(c->signature_check.trust_level);
     -+			if (sig_str)
     -+				strbuf_addstr(sb, sig_str);
     -+			free(sig_str);
     ++			strbuf_addstr(sb, gpg_trust_level_to_str(c->signature_check.trust_level));
This part of the range-diff is the most pleasant to see.

Will queue.  Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help