Add --relative-date option to the revision interface
Exposes the infrastructure from 9a8e35e987
.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
b17fda5c07
commit
3dfb9278df
@ -55,7 +55,8 @@ struct rev_info {
|
||||
|
||||
/* Format info */
|
||||
unsigned int shown_one:1,
|
||||
abbrev_commit:1;
|
||||
abbrev_commit:1,
|
||||
relative_date:1;
|
||||
unsigned int abbrev;
|
||||
enum cmit_fmt commit_format;
|
||||
struct log_info *loginfo;
|
||||
|
Reference in New Issue
Block a user