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

Function ident_default_date

ident.c:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static const char *ident_default_date(void)
192{
193 if (!git_default_date.len)
194 datestamp(&git_default_date);
195 return git_default_date.buf;
196}
197
198void reset_ident_date(void)
199{

Callers 1

fmt_identFunction · 0.85

Calls 1

datestampFunction · 0.85

Tested by

no test coverage detected