commit: 763e201e09b43cf914c0526c4ee3ef003279cf3c
parent 293e00857a1605229efa888988392d1c16f67e63
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 4 Apr 2017 19:06:27 +0200
stagit.c: Use config.h
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -0,0 +1,3 @@
+/* See LICENSE file for copyright and license details. */
+static const unsigned summarylen = 70; /* summary length in the log */
+static const int showlinecount = 1; /* display line count or file size in file tree index */
diff --git a/stagit.c b/stagit.c
@@ -15,6 +15,7 @@
#include <git2.h>
#include "compat.h"
+#include "config.h"
#define LEN(s) (sizeof(s)/sizeof(*s))