Lines Matching full:with
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
54 * with the API when all you have is an object database. This doesn't
55 * have any paths associated with it, so use with care.
141 * `git_repository_open_ext` with this flag will error out if either
148 * Find and open a repository with extended controls.
189 * with `git_object_free`, but accessing any of the attributes of
225 * * BARE - Create a bare repository with no working directory.
296 * to "refs/heads/master". If this begins with "refs/" it will be
319 * Initializes a `git_repository_init_options` with default values. Equivalent to
320 * creating an instance with `GIT_REPOSITORY_INIT_OPTIONS_INIT`.
331 * Create a new Git repository in the given folder with extended controls.
352 * `git_reference_free()` must be called when done with it to release the
614 * Operations such as git revert/cherry-pick/merge with the -n option
615 * stop just short of creating a commit with the changes and save
637 * Remove all the metadata associated with an ongoing command like merge,
711 * If you simply want to calculate the hash of a file on disk with no filters,