Re: [PATCH v2 1/3] push: further clean up fields of struct ref

2013-01-22 Thread Jeff King
On Mon, Jan 21, 2013 at 10:30:28PM -0800, Junio C Hamano wrote: The nonfastforward and update fields are only used while deciding what value to assign to the status locally in a single function. Remove them from the struct ref. The requires_force field is not used to decide if the proposed

[PATCH v2 1/3] push: further clean up fields of struct ref

2013-01-21 Thread Junio C Hamano
The nonfastforward and update fields are only used while deciding what value to assign to the status locally in a single function. Remove them from the struct ref. The requires_force field is not used to decide if the proposed update requires a --force option to succeed, or to record such a