OUTPUT_PORCELAIN 1997 builtin/blame.c 	if (option & OUTPUT_PORCELAIN) {
OUTPUT_PORCELAIN 2014 builtin/blame.c 		if (option & OUTPUT_PORCELAIN)
OUTPUT_PORCELAIN 2519 builtin/blame.c 		OPT_BIT('p', "porcelain", &output_option, N_("Show in a format designed for machine consumption"), OUTPUT_PORCELAIN),
OUTPUT_PORCELAIN 2520 builtin/blame.c 		OPT_BIT(0, "line-porcelain", &output_option, N_("Show porcelain format with per-line commit information"), OUTPUT_PORCELAIN|OUTPUT_LINE_PORCELAIN),
OUTPUT_PORCELAIN 2814 builtin/blame.c 	if (!(output_option & OUTPUT_PORCELAIN))