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

2016-07-27 Thread Junio C Hamano
David Aguilar writes: > Prefer "test" over "[ ... ]", use double-quotes around variables, break > long lines, and properly indent "case" statements. > > Helped-by: Johannes Sixt > Signed-off-by: David Aguilar > --- > This is a replacement patch that addresses the notes from Hannes' review. Tha

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

2016-07-26 Thread David Aguilar
Prefer "test" over "[ ... ]", use double-quotes around variables, break long lines, and properly indent "case" statements. Helped-by: Johannes Sixt Signed-off-by: David Aguilar --- This is a replacement patch that addresses the notes from Hannes' review. contrib/subtree/git-subtree.sh | 570 ++