diff options
author | FRIGN <dev@frign.de> | 2015-12-14 12:49:23 +0100 |
---|---|---|
committer | FRIGN <dev@frign.de> | 2015-12-14 12:49:58 +0100 |
commit | c3014aaaba1d98b8e54537cef6246add1ab62094 (patch) | |
tree | af4a0f7ad9fa2f925a6f84c6a117cbd673c62cc6 /config.def.h | |
parent | f33bca44bdd4f6758b9045c02ddbab9adc7b97c0 (diff) |
Add config.def.h and make summary length configurable
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |