author | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Jul 2007 06:14:52 +0000 (23:14 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Jul 2007 06:14:52 +0000 (23:14 -0700) | ||
commit | 73013afd14c14ba178ab2aaa458168ec1d5506de | |
tree | 2e8238e3b6ab297cccd7de60f84acc9289d6cec4 | tree | snapshot |
parent | ee8f838e0346751b21250f8d107049829b855a98 | commit | diff |
Make show_rfc2822_date() just another date output format.
These days, show_date() takes a date_mode parameter to specify
the output format, and a separate specialized function for dates
in E-mails does not make much sense anymore.
This retires show_rfc2822_date() function and make it just
another date output format.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These days, show_date() takes a date_mode parameter to specify
the output format, and a separate specialized function for dates
in E-mails does not make much sense anymore.
This retires show_rfc2822_date() function and make it just
another date output format.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
commit.c | diff | blob | history | |
date.c | diff | blob | history | |
refs.c | diff | blob | history | |
sha1_name.c | diff | blob | history |