Re: [PATCH v2 01/14] t/t5505-remote: modernize style

2013-06-23 Thread Ramkumar Ramachandra
Junio C Hamano wrote: > This smells like a largely blind conversion done with a script, It is :) > I'll queue with this fix-up squashed in. Thanks; I really appreciate it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2 01/14] t/t5505-remote: modernize style

2013-06-23 Thread Junio C Hamano
Ramkumar Ramachandra writes: > Modernize the style of all tests throughout the file: > - Remove spurious blank lines. > - Indent the test body. > - Make sure that all lines end with &&, to make it easier to spot breaks > in the chain. > - When executing something in a subshell, put the parenthe