Re: [PATCH v2 4/7] t5520: factor out common code

2016-04-03 Thread Eric Sunshine
On Sat, Apr 2, 2016 at 1:58 PM, Mehul Jain wrote: > t5520: factor out common code To distinguish this title from that of patch 5/7, you could say: t5520: factor out common "successful autostash" code > Four tests contains repetitive lines of code. > > Factor out common code into test_pull_a

[PATCH v2 4/7] t5520: factor out common code

2016-04-02 Thread Mehul Jain
Four tests contains repetitive lines of code. Factor out common code into test_pull_autostash() and then call it in these tests. Helped-by: Eric Sunshine Signed-off-by: Mehul Jain --- t/t5520-pull.sh | 44 +++- 1 file changed, 15 insertions(+), 29 deleti