Searched refs:porcelain (Results 1 – 3 of 3) sorted by relevance
82 int porcelain; member436 if (t->porcelain) { in format_output()537 if (t->file_output && !t->porcelain) { in log_results()555 if (t->file_output && !t->porcelain) { in log_results()567 if (t->file_output && !t->porcelain) { in log_results()574 if (t->file_output && !t->porcelain) in log_results()936 t.porcelain = 1; in main()
90 …-p porcelain - when specified printout is in a user-friendly non-CSV format. This option suppr…
77 if git status -uno --porcelain | grep -qv '^.. scripts/package'; then