Re: [PATCH v4 02/15] branch: die on error in setting up tracking branch

2016-02-08 Thread Patrick Steinhardt
On Mon, Feb 08, 2016 at 02:42:32PM +0100, Patrick Steinhardt wrote: > On Tue, Feb 02, 2016 at 12:49:26PM -0800, Junio C Hamano wrote: > > Patrick Steinhardt writes: > > > > > The setup_tracking function calls install_branch_config, which > > > may fail writing the configuration due

Re: [PATCH v4 02/15] branch: die on error in setting up tracking branch

2016-02-08 Thread Patrick Steinhardt
On Tue, Feb 02, 2016 at 12:49:26PM -0800, Junio C Hamano wrote: > Patrick Steinhardt writes: > > > The setup_tracking function calls install_branch_config, which > > may fail writing the configuration due to a locked configuration > > file or other error conditions. setup_tracking

Re: [PATCH v4 02/15] branch: die on error in setting up tracking branch

2016-02-02 Thread Junio C Hamano
Patrick Steinhardt writes: > The setup_tracking function calls install_branch_config, which > may fail writing the configuration due to a locked configuration > file or other error conditions. setup_tracking can also fail when > trying to track ambiguous information for a reference.

[PATCH v4 02/15] branch: die on error in setting up tracking branch

2016-02-02 Thread Patrick Steinhardt
The setup_tracking function calls install_branch_config, which may fail writing the configuration due to a locked configuration file or other error conditions. setup_tracking can also fail when trying to track ambiguous information for a reference. While this condition is checked for and an error