On Mon, Apr 4, 2016 at 10:30 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: > >> Mehul Jain <mehul.jain2029@xxxxxxxxx> writes: >> >>> -test_rebase_autostash () { >>> +test_pull_autostash () { >>> git reset --hard before-rebase && >>> echo dirty >new_file && >>> git add new_file && >>> - git pull --rebase --autostash . copy && >>> + git pull $@ . copy && >> >> Not strictly needed here, but I'd write "$@" (with the double-quotes) >> which is the robust way to say "transmit all my arguments without >> whitespace interpretation". > > Yes, these should be "$@" (with the double-quotes). I will do a re-roll then. Thanks, Mehul -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html