Re: [PATCH v3 1/6] submodules: add helper functions to determine presence of submodules

2016-11-15 Thread Stefan Beller
On Fri, Nov 11, 2016 at 3:51 PM, Brandon Williams wrote: > Add two helper functions to submodules.c. > `is_submodule_initialized()` checks if a submodule has been initialized > at a given path and `is_submodule_populated()` check if a submodule > has been checked out at a given path. This reminds

[PATCH v3 1/6] submodules: add helper functions to determine presence of submodules

2016-11-11 Thread Brandon Williams
Add two helper functions to submodules.c. `is_submodule_initialized()` checks if a submodule has been initialized at a given path and `is_submodule_populated()` check if a submodule has been checked out at a given path. Signed-off-by: Brandon Williams --- submodule.c | 38 +++