Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
static 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
198
void reset_ident_date(void)
199
{
Callers
1
fmt_ident
Function · 0.85
Calls
1
datestamp
Function · 0.85
Tested by
no test coverage detected