author | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Apr 2007 06:36:22 +0000 (23:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 26 Apr 2007 04:39:43 +0000 (21:39 -0700) | ||
commit | a7b02ccf9a682fa0c2b28df6ca20f9199cdca4de | |
tree | c34f6ecdfefa05a4280c276c96f10b5450d79a5a | tree | snapshot |
parent | 3e0a93a5bf9fe10453599a94af8191f421ee3b16 | commit | diff |
Add --date={local,relative,default}
This adds --date={local,relative,default} option to log family of commands,
to allow displaying timestamps in user's local timezone, relative time, or
the default format.
Existing --relative-date option is a synonym of --date=relative; we could
probably deprecate it in the long run.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This adds --date={local,relative,default} option to log family of commands,
to allow displaying timestamps in user's local timezone, relative time, or
the default format.
Existing --relative-date option is a synonym of --date=relative; we could
probably deprecate it in the long run.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt | diff | blob | history | |
builtin-rev-list.c | diff | blob | history | |
cache.h | diff | blob | history | |
commit.c | diff | blob | history | |
commit.h | diff | blob | history | |
date.c | diff | blob | history | |
log-tree.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |