Re: [PATCH v3 3/4] subtree: adjust style to match CodingGuidelines

2016-07-27 Thread Junio C Hamano
David Aguilar writes: > This is a replacement patch for (previously) 3/3 that includes Junio's > suggestions to fix the alignment for continuation lines and case bodies. > > The subsequent patch addresses the function definitions. Looks good; thanks. -- To unsubscribe from this list: send the li

[PATCH v3 3/4] subtree: adjust style to match CodingGuidelines

2016-07-27 Thread David Aguilar
Prefer "test" over "[ ... ]", use double-quotes around variables, break long lines, and properly indent "case" statements. Helped-by: Johannes Sixt Helped-by: Junio C Hamano Signed-off-by: David Aguilar --- This is a replacement patch for (previously) 3/3 that includes Junio's suggestions to fi