]> git.ipfire.org Git - thirdparty/git.git/commit - date.c
Add --date={local,relative,default}
authorJunio C Hamano <junkio@cox.net>
Wed, 25 Apr 2007 06:36:22 +0000 (23:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Apr 2007 04:39:43 +0000 (21:39 -0700)
commita7b02ccf9a682fa0c2b28df6ca20f9199cdca4de
treec34f6ecdfefa05a4280c276c96f10b5450d79a5a
parent3e0a93a5bf9fe10453599a94af8191f421ee3b16
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>
Documentation/git-rev-list.txt
builtin-rev-list.c
cache.h
commit.c
commit.h
date.c
log-tree.c
revision.c
revision.h