On Tue, Jul 18, 2017 at 3:44 PM, Stefan Beller wrote:
> On Tue, Jul 18, 2017 at 3:32 PM, Junio C Hamano wrote:
>> Stefan Beller writes:
>>
+ if (!lstat(list_item->name, &st) && !ce_match_stat(list_item, &st,
0)) {
+ print_status(info, ' ', list_item->name, sub
On Tue, Jul 18, 2017 at 3:32 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>>> + if (!lstat(list_item->name, &st) && !ce_match_stat(list_item, &st,
>>> 0)) {
>>> + print_status(info, ' ', list_item->name, sub_sha1,
>>> displaypath);
>>
>> The question from the last rou
Stefan Beller writes:
>> + if (!lstat(list_item->name, &st) && !ce_match_stat(list_item, &st,
>> 0)) {
>> + print_status(info, ' ', list_item->name, sub_sha1,
>> displaypath);
>
> The question from the last round still stands
> https://public-inbox.org/git/cagz79kb18z5zc9iu3
On Tue, Jul 18, 2017 at 1:49 PM, Prathamesh Chavan wrote:
> This aims to make git-submodule 'status' a built-in. Hence, the function
> cmd_status() is ported from shell to C. This is done by introducing
> three functions: module_status(), submodule_status() and print_status().
>
> The function mod
This aims to make git-submodule 'status' a built-in. Hence, the function
cmd_status() is ported from shell to C. This is done by introducing
three functions: module_status(), submodule_status() and print_status().
The function module_status() acts as the front-end of the subcommand.
It parses subc
On 07/11, Prathamesh Chavan wrote:
> This aims to make git-submodule 'status' a built-in. Hence, the function
> cmd_status() is ported from shell to C. This is done by introducing
> three functions: module_status(), submodule_status() and print_status().
>
> The function module_status() acts as th
This aims to make git-submodule 'status' a built-in. Hence, the function
cmd_status() is ported from shell to C. This is done by introducing
three functions: module_status(), submodule_status() and print_status().
The function module_status() acts as the front-end of the subcommand.
It parses subc
7 matches
Mail list logo