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

Function date_mode_release

date.c:1052–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050}
1051
1052void date_mode_release(struct date_mode *mode)
1053{
1054 free((char *)mode->strftime_fmt);
1055}
1056
1057void datestamp(struct strbuf *out)
1058{

Callers 4

grab_dateFunction · 0.85
release_revisionsFunction · 0.85
show_datesFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls

no outgoing calls

Tested by 1

show_datesFunction · 0.68