Lines Matching full:path
57 * `path` is the relative path to the file from the root of the repository.
64 const char *path, unsigned int status_flags, void *payload);
106 * - GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH indicates that the given path
107 * should be treated as a literal path, and not as a pathspec pattern.
186 * The `pathspec` is an array of path patterns to match (using
240 * The callback is passed the path of the file, the status (a combination of
289 * If the name matches multiple files (for example, if the `path` names a
291 * HEAD has two entries that both match the path), then this returns
295 * targets and because of the path filtering, there is not enough
298 * scan through looking for the path that you are interested in.
302 * @param path The exact path to retrieve status for relative to the
305 * index, and work tree, GIT_EAMBIGUOUS if `path` matches multiple files
311 const char *path);
376 * @param path The file to check ignores for, rooted at the repo's workdir.
383 const char *path);