Re: [PATCH] refs.c: move reflog updates into its own function

2014-11-24 Thread Junio C Hamano
Stefan Beller writes: > Anything holding this back? I do not recall anything objectionable offhand. Perhaps fell between the cracks during a patch storm or something. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH] refs.c: move reflog updates into its own function

2014-11-24 Thread Stefan Beller
Anything holding this back? On Thu, Nov 20, 2014 at 4:38 PM, Stefan Beller wrote: > From: Ronnie Sahlberg > > write_ref_sha1 tries to update the reflog while updating the ref. > Move these reflog changes out into its own function so that we can do the > same thing if we write a sha1 ref differen

[PATCH] refs.c: move reflog updates into its own function

2014-11-20 Thread Stefan Beller
From: Ronnie Sahlberg write_ref_sha1 tries to update the reflog while updating the ref. Move these reflog changes out into its own function so that we can do the same thing if we write a sha1 ref differently, for example by writing a ref to the packed refs file instead. No functional changes int