Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
show_date(): rename the "relative" parameter to "mode"
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 491b0c4aac8f9690dc836a88ceda8e642c97be70..8feeb2c7ba52a1dde0bddf532e576540dfb513c5 100644
(file)
--- 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,
};