diff options
Diffstat (limited to 'pretty.h')
-rw-r--r-- | pretty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ static inline int cmit_fmt_is_mail(enum cmit_fmt fmt) struct userformat_want { unsigned notes:1; + unsigned source:1; }; /* Set the flag "w->notes" if there is placeholder %N in "fmt". */ |