79fab7c6fa
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.
3 lines
225 B
C
3 lines
225 B
C
/* 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 */
|