Re: [PATCH 2/4] refs.c: rename transaction.updates to transaction.ref_updates

2014-12-02 Thread Jonathan Nieder
Stefan Beller wrote: > The updates are only holding refs not reflogs, so express it to the reader. > > Signed-off-by: Stefan Beller > --- > refs.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) Makes sense. Reviewed-by: Jonathan Nieder -- To unsubscribe from this list:

[PATCH 2/4] refs.c: rename transaction.updates to transaction.ref_updates

2014-12-01 Thread Stefan Beller
The updates are only holding refs not reflogs, so express it to the reader. Signed-off-by: Stefan Beller --- * only renaming, no extra code in this patch. * new to the series. refs.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/refs.c b/refs.c index f0f0d2