mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 17:19:10 -04:00
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.
4 lines
225 B
C
4 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 */
|