| 288 | } |
| 289 | |
| 290 | int is_submodule_active(struct repository *repo, const char *path) |
| 291 | { |
| 292 | return is_tree_submodule_active(repo, null_oid(the_hash_algo), path); |
| 293 | } |
| 294 | |
| 295 | int is_submodule_populated_gently(const char *path, int *return_error_code) |
| 296 | { |