Re: [PATCH 2/5] t/t5520: explicitly unset rebase.autostash

2016-03-29 Thread Eric Sunshine
On Tue, Mar 29, 2016 at 9:29 AM, Mehul Jain wrote: > t/t5520: explicitly unset rebase.autostash As with patch 1/5, this subject is written at too low a level, talking about details of the patch rather than giving a high-level overview. What the patch is really doing is

[PATCH 2/5] t/t5520: explicitly unset rebase.autostash

2016-03-29 Thread Mehul Jain
Tests title suggest that tests are done with rebase.autostash unset, but doesn not take any action to make sure that it is indeed unset. Make sure that rebase.autostash is unset by explicitly setting it. Signed-off-by: Mehul Jain --- t/t5520-pull.sh | 2 ++ 1 file