MCPcopy Index your code
hub / github.com/git/git / hdr_date

Function hdr_date

http-backend.c:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static void hdr_date(struct strbuf *hdr, const char *name, timestamp_t when)
110{
111 const char *value = show_date(when, 0, DATE_MODE(RFC2822));
112 hdr_str(hdr, name, value);
113}
114
115static void hdr_nocache(struct strbuf *hdr)
116{

Callers 2

hdr_cache_foreverFunction · 0.85
send_local_fileFunction · 0.85

Calls 2

show_dateFunction · 0.85
hdr_strFunction · 0.85

Tested by

no test coverage detected