Lines Matching full:on
36 * submodule. Depending on the "ignore" property of the submodule, some of
43 * depending on what state the repo is in. We consider all four places to
116 * @return 0 on success or error code
169 * @return Zero on success; -1 on failure.
188 * @return 0 on success, any non-zero return value from a callback
217 * @return 0 on success, GIT_ENOTFOUND if submodule does not exist,
219 * -1 on other errors.
236 * See the note on `git_submodule` above. This iterates over the tracked
249 * @return 0 on success, -1 on error, or non-zero return value of callback
271 * You must call `git_submodule_free` on the submodule object when done.
279 * @return 0 on success, GIT_EEXISTS if submodule already exists,
280 * -1 on other errors.
298 * @return 0 on success, -1 on other errors (see git_clone).
308 * This should be called on a submodule once you have called add setup
323 * git_index and explicitly call `git_index_write()` on it to
325 * @return 0 on success, <0 on failure
398 * @return 0 on success, <0 on failure
412 * @return 0 on success, <0 on failure
455 * working tree (i.e. call `git_status_foreach()` on the submodule) but
554 * @return 0 on success, <0 on failure.
569 * @return 0 on success, <0 on failure.
590 * calling `git_repository_free()` on it when done. Multiple calls to this
596 * @return 0 on success, <0 if submodule repo could not be opened.
610 * @return 0 on success, <0 on error
620 * on the `git_submodule_ignore_t` value for the submodule.
626 * @return 0 on success, <0 on error
646 * @return 0 on success, <0 on error