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

Function reset_ident_date

ident.c:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void reset_ident_date(void)
199{
200 strbuf_reset(&git_default_date);
201}
202
203static int crud(unsigned char c)
204{

Callers 3

try_to_commitFunction · 0.85
create_commitFunction · 0.85
am_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected