aboutsummaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-02 00:37:12 -0800
committerJunio C Hamano <junkio@cox.net>2007-03-02 00:37:12 -0800
commit8ab3e1858676b91bf351537b8afd5599c6640e6f (patch)
tree65c62d7da49d1c397ee0ae063803c1cb56eb9ac5 /commit.h
parent8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a (diff)
parentf8493ec09bcdbd616084dcfa6f5b8ca0bbb68acf (diff)
downloadgit-8ab3e1858676b91bf351537b8afd5599c6640e6f.tar.gz
git-8ab3e1858676b91bf351537b8afd5599c6640e6f.tar.xz
Merge branch 'js/commit-format'
* js/commit-format: show_date(): rename the "relative" parameter to "mode" Actually make print_wrapped_text() useful pretty-formats: add 'format:<string>'
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index c73744463..83507a07e 100644
--- a/commit.h
+++ b/commit.h
@@ -47,6 +47,7 @@ enum cmit_fmt {
CMIT_FMT_FULLER,
CMIT_FMT_ONELINE,
CMIT_FMT_EMAIL,
+ CMIT_FMT_USERFORMAT,
CMIT_FMT_UNSPECIFIED,
};