1
Por que Git tem hora do chá?
No arquivo date.c do código-fonte do Git, observo a seguinte estrutura de nomes de horários especiais: static const struct special { const char *name; void (*fn)(struct tm *, struct tm *, int *); } special[] = { { "yesterday", date_yesterday }, { "noon", date_noon }, { "midnight", date_midnight }, { …
102
git