Lines Matching full:files
55 * Function pointer to receive status on individual files
67 * Select the files on which to report status.
74 * matches `git status --porcelain` regarding which files are
91 * on untracked files. These will only be made if the workdir files are
93 * - GIT_STATUS_OPT_INCLUDE_IGNORED says that ignored files get callbacks.
94 * Again, these callbacks will only be made if the workdir files are
97 * made even on unmodified files.
101 * - GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS indicates that all files in
105 * of the individual files in the directory instead.
110 * doing `git ls-files -o -i --exclude-standard` with core git.
124 * should include rewritten files
129 * in the index for files that are unchanged but have out of date stat
175 * control which files to scan and in what order.
268 * with no `pathspec` so that all files can be considered.
285 * This tries to get status for the filename that you give. If no files
289 * If the name matches multiple files (for example, if the `path` names a
305 * index, and work tree, GIT_EAMBIGUOUS if `path` matches multiple files
319 * with no `pathspec` so that all files can be considered.