diff options
author | Eugene Letuchy <eugene@facebook.com> | 2009-02-20 14:51:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-05 22:56:13 -0800 |
commit | 31653c1abc1ac80206db9efca56ff1969150d8fe (patch) | |
tree | 4123ee4faaf687db177dc42c0058a3166813b6f7 /alloc.c | |
parent | Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/git (diff) | |
download | tgif-31653c1abc1ac80206db9efca56ff1969150d8fe.tar.xz |
Make git blame's date output format configurable, like git log
Add the following:
- git config value blame.date that expects one of the git log date
formats (e.g. relative,local,default,iso,...);
- git blame command line option --date expects one of the git
log date formats;
- documentation in blame-options.txt;
- git blame uses the appropriate date.c functions and enums to
make sense of the date format and provide appropriate data;
git blame continues to line up the output columns by padding the date
column up to the max width of the chosen date format.
The date format for git blame without both blame.date and --date continues
to be ISO for backwards compatibility.
git annotate ignores the date format specifiers and continues to uses the
ISO format, as before.
Signed-off-by: Eugene Letuchy <eugene@facebook.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alloc.c')
0 files changed, 0 insertions, 0 deletions