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 don't mind for this patch since there's no whitespace to interpret,
> but some people (sysadmins ;-) ) have the bad habit of writting $@, $*
> or "$*" in wrapper scripts and it breaks when you call them with spaces
> so it's better to take good habits IHMO.
--
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

Reply via email to