Re: [PATCH v4 05/26] refs.c: move update_ref to refs.c

2015-10-21 Thread David Turner
On Thu, 2015-10-15 at 15:46 -0400, David Turner wrote: > From: Ronnie Sahlberg > > Move update_ref() to the refs.c file since this function does not > contain any backend specific code. Move the ref classifier functions and write_pseudoref (will fix on reroll). -- To unsubscribe from this list

[PATCH v4 05/26] refs.c: move update_ref to refs.c

2015-10-15 Thread David Turner
From: Ronnie Sahlberg Move update_ref() to the refs.c file since this function does not contain any backend specific code. Move the ref classifier functions as well, since update_ref depends on them. Based on Ronnie Sahlberg's patch Signed-off-by: Ronnie Sahlberg Signed-off-by: David Turner