On Mon, Apr 4, 2016 at 10:30 PM, Junio C Hamano <gits...@pobox.com> wrote: > Matthieu Moy <matthieu....@grenoble-inp.fr> writes: > >> Mehul Jain <mehul.jain2...@gmail.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html