Lines Matching full:with
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
30 * Add a remote with the default fetch refspec to the repository's configuration.
58 * Initialize with `GIT_REMOTE_CREATE_OPTIONS_INIT`. Alternatively, you can
90 * Initializes a `git_remote_create_options` with default values. Equivalent to
91 * creating an instance with `GIT_REMOTE_CREATE_OPTIONS_INIT`.
102 * Create a remote, with options.
119 * Add a remote with the provided fetch refspec (or default if NULL) to the repository's
139 * Create a remote with the given url in-memory. You can use this when
155 * Create a remote with the given url in-memory. You can use this when
158 * Contrasted with git_remote_create_anonymous, a detached remote
275 * The memory is owned by the user and should be freed with
299 * The memory is owned by the user and should be freed with
344 * Get the list of references with which the server responds to a new
396 * Free the memory associated with a remote
534 * called with the current count of progress done by the
541 * will be called with information about it.
546 * Function to call with progress information during pack
547 * building. Be aware that this is called inline with pack
553 * Function to call with progress information during the
555 * inline with pack building operations, so performance may be
594 * Initializes a `git_remote_callbacks` with default values. Equivalent to
595 * creating an instance with GIT_REMOTE_CALLBACKS_INIT.
649 * Zero out for defaults. Initialize with `GIT_FETCH_OPTIONS_INIT` macro to
700 * Initializes a `git_fetch_options` with default values. Equivalent to
701 * creating an instance with `GIT_FETCH_OPTIONS_INIT`.
750 * Initializes a `git_push_options` with default values. Equivalent to
751 * creating an instance with `GIT_PUSH_OPTIONS_INIT`.
764 * Connect to the remote if it hasn't been done yet, negotiate with
768 * The .idx file will be created and both it and the packfile with be
782 * Connect to the remote if it hasn't been done yet, negotiate with
783 * the remote git which objects are missing, create a packfile with the missing objects and send it.
898 * No loaded instances of a the remote with the old name will change