Re: [PATCH 11/11] update_ref(): improve documentation

2015-02-09 Thread Stefan Beller
On Sun, Feb 8, 2015 at 8:14 AM, Michael Haggerty wrote: > Add a docstring for update_ref(), emphasizing its similarity to > ref_transaction_update(). Rename its parameters to match those of > ref_transaction_update(). > > Signed-off-by: Michael Haggerty Reviewed-by: Stefan Beller -- To unsubscr

[PATCH 11/11] update_ref(): improve documentation

2015-02-08 Thread Michael Haggerty
Add a docstring for update_ref(), emphasizing its similarity to ref_transaction_update(). Rename its parameters to match those of ref_transaction_update(). Signed-off-by: Michael Haggerty --- refs.c | 8 refs.h | 15 +++ 2 files changed, 15 insertions(+), 8 deletions(-) di