diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-08-28 15:52:13 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-28 16:20:33 -0700 |
commit | 3dfb9278dff6d81fcc062e9a56edab9ece38ea7d (patch) | |
tree | a6b36e289c7ab62cfeb8121f597a2bfe3f2595b3 /Documentation/git-rev-list.txt | |
parent | b17fda5c07744190e2f9caa24321596830064083 (diff) | |
download | git-3dfb9278dff6d81fcc062e9a56edab9ece38ea7d.tar.gz |
Add --relative-date option to the revision interface
Exposes the infrastructure from 9a8e35e98793af086f05d1ca9643052df9b44a74.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index dd9fff16d3..a446a6b5a2 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -128,6 +128,11 @@ OPTIONS After a failed merge, show refs that touch files having a conflict and don't exist on all heads to merge. +--relative-date:: + Show dates relative to the current time, e.g. "2 hours ago". + Only takes effect for dates shown in human-readable format, + such as when using "--pretty". + Author ------ Written by Linus Torvalds <torvalds@osdl.org> |