Lines Matching full:path
69 const char *path; member
136 const char *path, const char *matched_pathspec, void *payload);
152 * any entry matching the path regardless of stage.
184 * @param index_path the path to the index file in disk
292 * Get the full path to the index file on disk.
295 * @return path to index file or NULL for in-memory index
412 * @param path path to search
417 git_index *index, const char *path, int stage);
423 * @param path path to search
427 GIT_EXTERN(int) git_index_remove(git_index *index, const char *path, int stage);
433 * @param dir container directory path
443 * If a previous index entry exists that has the same path and stage
447 * A full copy (including the 'path' string) of the given
488 * sorted by path. This iterator is backed by a snapshot that allows
529 * The file `path` must be relative to the repository's
543 * @param path filename to add
546 GIT_EXTERN(int) git_index_add_bypath(git_index *index, const char *path);
552 * index and then add the index entry to the index. The `path` of the
556 * If a previous index entry exists that has the same path as the
582 * The file `path` must be relative to the repository's
590 * @param path filename to remove
593 GIT_EXTERN(int) git_index_remove_bypath(git_index *index, const char *path);
613 * the exact path of an ignored file (when not using FORCE), add the
633 * @param pathspec array of path patterns
635 * @param callback notification callback for each added/updated path (also
656 * @param pathspec array of path patterns
657 * @param callback notification callback for each removed path (also
685 * @param pathspec array of path patterns
686 * @param callback notification callback for each updated path (also
700 * path in the Git index.
704 * @param path path to search
707 GIT_EXTERN(int) git_index_find(size_t *at_pos, git_index *index, const char *path);
711 * of a path inside a given folder, suffix the prefix with a '/'.
760 * @param path path to search
768 const char *path);
774 * @param path path to remove conflicts for
777 GIT_EXTERN(int) git_index_conflict_remove(git_index *index, const char *path);