Lines Matching full:on
35 * @return 0 on success, GIT_ENOTFOUND, GIT_EINVALIDSPEC or an error code.
52 * @return 0 on success, GIT_ENOTFOUND, GIT_EINVALIDSPEC or an error code.
76 * "refs/heads/master" while on the "master" branch of a repository.
107 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC, GIT_EMODIFIED or an error code
117 * "refs/heads/master" while on the "master" branch of a repository.
143 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC or an error code
180 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC or an error code
222 * @return 0 on success, GIT_EMODIFIED if the value of the reference
327 * @return 0 on success, GIT_EINVALIDSPEC or an error code
346 * @return 0 on success, GIT_EMODIFIED if the value of the reference
375 * @return 0 on success, GIT_EINVALIDSPEC, GIT_EEXISTS or an error code
389 * will be immediately removed on disk but the memory will not be freed.
448 * Perform a callback on each reference in the repository.
456 * on each reference passed to it.
461 * @return 0 on success, non-zero callback return value, or error code
469 * Perform a callback on the fully-qualified name of each reference.
479 * @return 0 on success, non-zero callback return value, or error code
570 * Perform a callback on each reference in the repository whose name
585 * @return 0 on success, GIT_EUSER on non-zero callback, or error code
706 * @return 0 on success, GIT_EBUFS if buffer is too small, GIT_EINVALIDSPEC
728 * @return 0 on success, GIT_EAMBIGUOUS, GIT_ENOTFOUND or an error code