Re: [PATCH/GSoC_v3] branch.c: turn nested if-else logic to table-driven

2014-03-17 Thread Eric Sunshine
On Sun, Mar 16, 2014 at 2:08 AM, Yao Zhao wrote: > Signed-off-by: Yao Zhao > --- > branch.c | 53 + > 1 file changed, 29 insertions(+), 24 deletions(-) > Hello Eric, > > Thank you and Junio for reviewing my code. It is really helpful to improve

[PATCH/GSoC_v3] branch.c: turn nested if-else logic to table-driven

2014-03-15 Thread Yao Zhao
Signed-off-by: Yao Zhao --- branch.c | 53 + 1 file changed, 29 insertions(+), 24 deletions(-) Hello Eric, Thank you and Junio for reviewing my code. It is really helpful to improve my code quality. This is version 3 of patch. Previous addres