From 79fab7c6faf78d7bcc0c870359138617aee24c7d Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Sun, 10 Jan 2016 00:47:22 +0100 Subject: replace file size with line count for text files Keep the number of line when writing text blobs and print it in the index file tree instead of the size. Still print the size otherwise. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 20a935a..721392f 100644 --- a/config.def.h +++ b/config.def.h @@ -1,2 +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 */ -- cgit v1.2.3