From mboxrd@z Thu Jan 1 00:00:00 1970 From: plenz at cis.fu-berlin.de (Julius Plenz) Date: Tue, 30 Oct 2012 14:07:14 +0100 Subject: [PATCH 0/4] some miscellaneous features Message-ID: <1351602438-955878-1-git-send-email-plenz@cis.fu-berlin.de> Here's a collection of patches we use in production. If there's any useful idea in there, feel free to integrate it into the mainline. Julius Plenz (4): tree view: imitate proper permissions Introduce "dont-display-suffix" option Make number of columns in stat overview configurable Introduce a fallback encoding (eg. for blobs) cgit.c | 4 ++++ cgit.h | 6 +++++- parsing.c | 11 +++++++++++ scan-tree.c | 11 ++++++++--- ui-diff.c | 2 +- ui-plain.c | 2 ++ ui-refs.c | 2 +- ui-shared.c | 15 +++++++++------ ui-ssdiff.c | 10 +++++----- ui-stats.c | 26 +++++++++++++++++++++----- ui-tag.c | 4 ++-- ui-tree.c | 2 +- 12 files changed, 70 insertions(+), 25 deletions(-) -- 1.7.12.3-zedat