fmt_ident 1718 builtin/am.c author = fmt_ident(state->author_name, state->author_email, fmt_ident 2308 builtin/blame.c ident = fmt_ident("Not Committed Yet", "not.committed.yet", NULL, 0); fmt_ident 612 builtin/commit.c strbuf_addstr(author_ident, fmt_ident(name, email, date, IDENT_STRICT)); fmt_ident 1139 cache.h extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int); fmt_ident 345 ident.c return fmt_ident(name, email, NULL, IDENT_STRICT | IDENT_NO_DATE); fmt_ident 354 ident.c return fmt_ident(getenv("GIT_AUTHOR_NAME"), fmt_ident 366 ident.c return fmt_ident(getenv("GIT_COMMITTER_NAME"),