Searched full:submodules (Results 1 – 11 of 11) sorted by relevance
65 * @param recurse_submodules Should submodules be updated recursively150 * Load and cache all submodules.152 * Because the `.gitmodules` file is unstructured, loading submodules is an154 * accessing all submodules is O(N^2) in the number of submodules, if it155 * has to look each one up individually. This function loads all submodules158 * @param repo the repository whose submodules will be cached.
20 * Submodule support in libgit2 builds a list of known submodules and keeps23 * directory that look like submodules (i.e. a git repo) but are not234 * Iterate over all tracked submodules of a repository.237 * submodules as described therein.240 * submodules but are not tracked, the diff API will generate a diff record241 * for workdir items that look like submodules but are not tracked, showing521 * fetch functionality current ignores submodules.579 * This copies the information about the submodules URL into the checked out
336 * * GIT_SUBMODULE_RECURSE_NO - do no recurse into submodules337 * * GIT_SUBMODULE_RECURSE_YES - recurse into submodules338 * * GIT_SUBMODULE_RECURSE_ONDEMAND - recurse into submodules only when
184 /** Recursively checkout submodules with same options (NOT IMPLEMENTED) */186 /** Recursively checkout submodules if HEAD moved in super repo (NOT IMPLEMENTED) */
77 /** Treat all submodules as unmodified */372 /** Overrides the submodule ignore setting for all submodules in the diff. */
98 * - GIT_STATUS_OPT_EXCLUDE_SUBMODULES indicates that submodules should be
27 submodules: true
32 submodules: true