From c3014aaaba1d98b8e54537cef6246add1ab62094 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Mon, 14 Dec 2015 12:49:23 +0100 Subject: Add config.def.h and make summary length configurable --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..20a935a --- /dev/null +++ b/config.def.h @@ -0,0 +1,2 @@ +/* See LICENSE file for copyright and license details. */ +static const unsigned summarylen = 70; /* summary length in the log */ -- cgit v1.2.3