]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty: add struct cmt_fmt_map::default_date_mode_type
authorDenton Liu <liu.denton@gmail.com>
Wed, 20 Nov 2019 00:51:23 +0000 (16:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2019 04:33:36 +0000 (13:33 +0900)
commit618a855083fbd3b8f9491ec8b32b39bdea91868d
treedc1874f454598553c02d7ff2ec3204fb0c175c6c
parent0df621172d830adf36d4226b98f9cf4006d183a6
pretty: add struct cmt_fmt_map::default_date_mode_type

In a future commit, we plan on having a pretty format which will use a
default date format unless otherwise overidden. Add support for this by
adding a `default_date_mode_type` member in `struct cmt_fmt_map`.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c