Lines Matching full:contents
104 * core Git, it scans the contents for IGNORED and UNTRACKED files.
105 * If *all* contents are IGNORED, then the directory is IGNORED; if
106 * any contents are not IGNORED, then the directory is UNTRACKED.
277 * you can use the contents to understand exactly what has changed.
292 * `NOT_BINARY` flag set to avoid examining file contents if you do not pass
474 * either the deflated full ("literal") contents of the file, or
482 /** The binary data is the literal contents of the file. */
489 /** The contents of one of the files in a binary diff. */
505 * Structure describing the binary contents of a diff.
523 git_diff_binary_file old_file; /**< The contents of the old file. */
524 git_diff_binary_file new_file; /**< The contents of the new file. */
1253 * Read the contents of a git patch file into a `git_diff` object.
1267 * @param content The contents of a patch file
1268 * @param content_len The length of the patch file contents