Re: [PATCH 2/4] Improve cached content header of status output

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Juergen Ruehle
Date: Friday, January 5, 2007 - 10:14 am

Andy Whitcroft writes:
 > Junio C Hamano wrote:
 > > Andy Whitcroft <apw@shadowen.org> 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:
 > > 	...
 > 
 > # These files have changes and are marked for commit:
 > 
 > >         # There are yet to be added changes to these files:
 > 
 > # These files have changes but are not marked for commit:

Does this better reflect that git tracks content and not files?

# Changes to these files will be committed:

# Changes to these files are not marked for commit:

BTW: how about also adding a hint how to review the changes in
question (i.e. diff --cached and diff; as an alternative to diff
--cached we could just advertise the --verbose switch to status and
commit).

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH/RFC] Assorted small changes to runstatus, Juergen Ruehle, (Tue Jan 2, 12:26 pm)
[PATCH 2/4] Improve cached content header of status output, Juergen Ruehle, (Tue Jan 2, 12:26 pm)
Re: [PATCH/RFC] Assorted small changes to runstatus, Junio C Hamano, (Tue Jan 2, 7:51 pm)
Re: [PATCH/RFC] Assorted small changes to runstatus, Juergen Ruehle, (Tue Jan 2, 10:34 pm)
Re: [PATCH 2/4] Improve cached content header of status output, Juergen Ruehle, (Fri Jan 5, 10:14 am)