Re: [PATCH 2/2] submodule update: learn `--[no-]recommend-shallow` option

2016-05-26 Thread Stefan Beller
On Thu, May 26, 2016 at 2:07 AM, Remi Galan Alfonso
 wrote:
> You forgot to update from recommend-depth to recommend-shallow
>
> Stefan Beller  writes:
>> [...]
>>  'git submodule' [--quiet] init [--] [...]
>>  'git submodule' [--quiet] deinit [-f|--force] (--all|[--] ...)
>>  'git submodule' [--quiet] update [--init] [--remote] [-N|--no-fetch]
>> -  [-f|--force] [--rebase|--merge] [--reference ]
>> -  [--depth ] [--recursive] [--jobs ] [--] [...]
>> +  [--[no-]recommended-depth] [-f|--force] [--rebase|--merge]
>
> Here...
>
>> +--[no-]recommended-depth::
>> +This option is only valid for the update command.
>> +The initial clone of a submodule will use the recommended
>> +`submodule..depth` as provided by the .gitmodules file.
>> +
>
> ... and here.
>
> Thanks,
> Rémi

Thanks for the review,
these will be fixed in a reroll.

Thanks,
Stefan
--
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


Re: [PATCH 2/2] submodule update: learn `--[no-]recommend-shallow` option

2016-05-26 Thread Remi Galan Alfonso
You forgot to update from recommend-depth to recommend-shallow

Stefan Beller  writes:
> [...]
>  'git submodule' [--quiet] init [--] [...]
>  'git submodule' [--quiet] deinit [-f|--force] (--all|[--] ...)
>  'git submodule' [--quiet] update [--init] [--remote] [-N|--no-fetch]
> -  [-f|--force] [--rebase|--merge] [--reference ]
> -  [--depth ] [--recursive] [--jobs ] [--] [...]
> +  [--[no-]recommended-depth] [-f|--force] [--rebase|--merge]

Here...

> +--[no-]recommended-depth::
> +This option is only valid for the update command.
> +The initial clone of a submodule will use the recommended
> +`submodule..depth` as provided by the .gitmodules file.
> +

... and here.

Thanks,
Rémi
--
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