On Mon, Apr 4, 2016 at 10:30 PM, Junio C Hamano <[email protected]> wrote: > Matthieu Moy <[email protected]> writes: > >> Mehul Jain <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

