Re: [PATCH v2 3/4] builtin-status: configurable submodule summary size From: Johannes Sixt <hidden> Date: 2016-06-15 22:44:22 Ping Yin schrieb:+ if (wt_status_submodule_summary == 0) return; Style: if (!wt_status_submodule_summary) return; struct child_process sm_summary; + char summary_limit[64]; + sprintf(summary_limit, "%d", wt_status_submodule_summary); const char *argv[] = { Declaration after statement. That's not portable. -- Hannes
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help