From 069f105725677ce2784d3d0def156c3115c9e330 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 3 May 2016 00:38:33 +0200 Subject: remove config.h, add options to stagit.c --- stagit.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'stagit.c') diff --git a/stagit.c b/stagit.c index 9a8c32f..80544e2 100644 --- a/stagit.c +++ b/stagit.c @@ -13,7 +13,6 @@ #include #include "compat.h" -#include "config.h" struct deltainfo { git_patch *patch; @@ -47,6 +46,11 @@ struct commitinfo { size_t ndeltas; }; +/* summary length (bytes) in the log */ +static const unsigned summarylen = 70; +/* display line count or file size in file tree index */ +static const int showlinecount = 1; + static git_repository *repo; static const char *relpath = ""; -- cgit v1.2.3