[PATCH 2/4] Introduce "dont-display-suffix" option

Ben Boeckel mathstuf at gmail.com
Thu Nov 1 05:03:48 CET 2012


On Tue, Oct 30, 2012 at 13:07:16 GMT, Julius Plenz wrote:
> +	else if (!strcmp(name, "dont-display-suffix"))
> +		ctx.cfg.dont_display_suffix = atoi(value);

Negated configuration names are icky. Could this perhaps be
"preserve-suffix" or "trim-display-suffix"?

-- Ben





More information about the CGit mailing list