On Fri, Jan 13, 2017 at 3:58 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> + if test "$update_module" = "merge" ||
>> +test "$update_module" = "rebase" ||
>> +test "$update_module" = "none"
>> + then
Stefan Beller writes:
> + if test "$update_module" = "merge" ||
> +test "$update_module" = "rebase" ||
> +test "$update_module" = "none"
> + then
> + update_module=checkout
> +
On Fri, Jan 13, 2017 at 3:42 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> In 1b4735d9f3 (submodule: no [--merge|--rebase] when newly cloned,
>> 2011-02-17), all actions were defaulted to checkout for populating
>> a submodule initially, because merging or rebasing makes no sense
>> in t
Stefan Beller writes:
> In 1b4735d9f3 (submodule: no [--merge|--rebase] when newly cloned,
> 2011-02-17), all actions were defaulted to checkout for populating
> a submodule initially, because merging or rebasing makes no sense
> in that situation.
>
> Other commands however do make sense, such a
In 1b4735d9f3 (submodule: no [--merge|--rebase] when newly cloned,
2011-02-17), all actions were defaulted to checkout for populating
a submodule initially, because merging or rebasing makes no sense
in that situation.
Other commands however do make sense, such as the custom command
that was added
5 matches
Mail list logo