Lines Matching full:on
55 * Function pointer to receive status on individual files
67 * Select the files on which to report status.
76 * - GIT_STATUS_SHOW_INDEX_ONLY only gives status based on HEAD to index
78 * - GIT_STATUS_SHOW_WORKDIR_ONLY only gives status based on index to
91 * on untracked files. These will only be made if the workdir files are
97 * made even on unmodified files.
104 * a trailing slash on the entry name). This flag says to include all
127 * file on disk has been modified outside libgit2).
130 * information in the index. It will result in less work being done on
210 * @return Zero on success; -1 on failure.
248 * @param callback The function to call on each file
250 * @return 0 on success, non-zero callback return value, or error code
272 * @param callback The function to call on each file
274 * @return 0 on success, non-zero callback return value, or error code
290 * directory or if running on a case- insensitive filesystem and yet the
304 * @return 0 on success, GIT_ENOTFOUND if the file is not found in the HEAD,
306 * or if it refers to a folder, and -1 on other errors.
324 * @return 0 on success or error code
371 * One way to think of this is if you were to do "git add ." on the