Re: [PATCH v4 12/21] refs: allow log-only updates

2016-02-11 Thread David Turner
On Thu, 2016-02-11 at 11:03 +0100, Michael Haggerty wrote: > On 02/05/2016 08:44 PM, David Turner wrote: > > The refs infrastructure learns about log-only ref updates, which > > only > > update the reflog. Later, we will use this to separate symbolic > > reference resolution from ref updating. >

Re: [PATCH v4 12/21] refs: allow log-only updates

2016-02-11 Thread Michael Haggerty
On 02/05/2016 08:44 PM, David Turner wrote: > The refs infrastructure learns about log-only ref updates, which only > update the reflog. Later, we will use this to separate symbolic > reference resolution from ref updating. This looks good. I assume it will get some testing later in the series.

[PATCH v4 12/21] refs: allow log-only updates

2016-02-05 Thread David Turner
The refs infrastructure learns about log-only ref updates, which only update the reflog. Later, we will use this to separate symbolic reference resolution from ref updating. Signed-off-by: David Turner --- refs/files-backend.c | 15 ++- refs/refs-internal.h | 2 ++ 2 files changed,