Andy Whitcroft <apw@xxxxxxxxxxxx> writes: >> +static void wt_status_print_cached_header(const char *reference) >> +{ >> + const char *c = color(WT_STATUS_HEADER); >> + color_printf_ln(c, "# Cached changes to be committed:"); >> ... > > We seem to be using 'Cached' and 'staged' here. I thought we had > updated all the docs to call files in the index "Staged for commit". # Changes staged to be committed: Somebody did not like the verb "stage"; perhaps we can say: # You have added changes to these files to be committed: ... # There are yet to be added changes to these files: ... ? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html