MCPcopy Create free account
hub / github.com/git/git / set_ident_var

Function set_ident_var

builtin/commit.c:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628static void set_ident_var(char **buf, char *val)
629{
630 free(*buf);
631 *buf = val;
632}
633
634static void determine_author_info(struct strbuf *author_ident)
635{

Callers 1

determine_author_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected