Lines Matching full:with
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
69 * With `git_status_foreach_ext`, this will control which changes get
70 * callbacks. With `git_status_list_new`, these will control which
103 * directory is new, then just the top-level directory is included (with
110 * doing `git ls-files -o -i --exclude-standard` with core git.
131 * subsequent calls to get status. This is mutually exclusive with the
135 * with: GIT_STATUS_OPT_INCLUDE_IGNORED, GIT_STATUS_OPT_INCLUDE_UNTRACKED,
166 * Initialize with `GIT_STATUS_OPTIONS_INIT`. Alternatively, you can
205 * Initializes a `git_status_options` with default values. Equivalent to
206 * creating an instance with `GIT_STATUS_OPTIONS_INIT`.
268 * with no `pathspec` so that all files can be considered.
296 * information to check renames correctly. To check file status with rename
319 * with no `pathspec` so that all files can be considered.