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 zhaox...@umn.edu wrote: Signed-off-by: Yao Zhao zhaox...@umn.edu --- branch.c | 53 + 1 file changed, 29 insertions(+), 24 deletions(-) Hello Eric, Thank you and Junio for reviewing my code. It is

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

2014-03-16 Thread Yao Zhao
Signed-off-by: Yao Zhao zhaox...@umn.edu --- 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