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

Function parse_approxidate

t/helper/test-date.c:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static void parse_approxidate(const char **argv)
81{
82 for (; *argv; argv++) {
83 timestamp_t t;
84 t = approxidate(*argv);
85 printf("%s -> %s\n", *argv, show_date(t, 0, DATE_MODE(ISO8601)));
86 }
87}
88
89static void parse_approx_timestamp(const char **argv)
90{

Callers 1

cmd__dateFunction · 0.85

Calls 1

show_dateFunction · 0.85

Tested by

no test coverage detected