Lines Matching full:on
149 * files. This automatically turns on GIT_DIFF_INCLUDE_UNTRACKED but
150 * it does not turn on GIT_DIFF_RECURSE_UNTRACKED_DIRS. Add that
196 * Flags for the delta object and the file objects on each side.
214 * `git_diff_find_similar()` on the diff object.
280 * represents to "to" side of the diff. What those means depend on the
452 * @return Zero on success; -1 on failure.
663 /** Turn on all finding features. */
766 * The default metric is based on sampling hashes of ranges of data in
785 * @return Zero on success; -1 on failure.
857 * This matches the `git diff` command. See the note below on
972 * @param diff diff to run detection algorithms on
974 * @return 0 on success, -1 on failure
1019 * Note that the flags on the delta related to whether it has binary
1048 * callbacks will not be invoked for binary files on the diff or for
1064 * @return 0 on success, non-zero callback return value, or error code
1109 * @return 0 on success, non-zero callback return value, or error code
1125 * @return 0 on success or error code
1140 * Directly run a diff on two blobs.
1150 * We do run a binary content check on the blob content and if either blob
1165 * @return 0 on success, non-zero callback return value, or error code
1202 * @return 0 on success, non-zero callback return value, or error code
1236 * @return 0 on success, non-zero callback return value, or error code
1308 * @return 0 on success; non-zero on error
1348 * @return 0 on success; non-zero on error
1451 * @return Zero on success; -1 on failure.
1479 * @return Zero on success; -1 on failure.
1502 * @return 0 on success, an error code otherwise.