Re: [PATCH] [GSOC] branch.c: install_branch_config: simplify if chain

2014-03-10 Thread Eric Sunshine
On Mon, Mar 10, 2014 at 1:32 AM, Adam a...@sigterm.info wrote: Simplify if chain in install_branch_config(). Nicely done. Whether the rewritten code is indeed simpler is probably a matter of taste, however, the submission itself is well executed. Signed-off-by: Adam a...@sigterm.info On this

[PATCH] [GSOC] branch.c: install_branch_config: simplify if chain

2014-03-09 Thread Adam
Simplify if chain in install_branch_config(). Signed-off-by: Adam a...@sigterm.info --- branch.c | 46 +++--- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/branch.c b/branch.c index 723a36b..b2d59f1 100644 --- a/branch.c +++ b/branch.c