Lines Matching full:with

4  * This file is part of libgit2, distributed under the GNU GPL v2 with
84 * and must begin and end with a letter. (e.g. "HEAD", "ORIG_HEAD").
85 * 2. Names prefixed with "refs/" can be almost anything. You must avoid
89 * This function will return an error if a reference already exists with the
125 * and must begin and end with a letter. (e.g. "HEAD", "ORIG_HEAD").
126 * 2. Names prefixed with "refs/" can be almost anything. You must avoid
130 * This function will return an error if a reference already exists with the
162 * and must begin and end with a letter. (e.g. "HEAD", "ORIG_HEAD").
163 * 2. Names prefixed with "refs/" can be almost anything. You must avoid
167 * This function will return an error if a reference already exists with the
199 * and must begin and end with a letter. (e.g. "HEAD", "ORIG_HEAD").
200 * 2. Names prefixed with "refs/" can be almost anything. You must avoid
204 * This function will return an error if a reference already exists with the
310 * Create a new reference with the same name as the given reference but a
336 * Conditionally create a new reference with the same name as the given reference but a
364 * a reference with the given name, the renaming will fail.
412 * Fill a list with all the references that can be found in a repository.
414 * The string array will be filled with the names of all references; these
573 * This function acts like `git_reference_foreach()` with an additional
674 * refspec (as used with remote repositories). If this option
719 * and should be closed with the `git_object_free` method.
741 * and must begin and end with a letter. (e.g. "HEAD", "ORIG_HEAD").
742 * 2. Names prefixed with "refs/" can be almost anything. You must avoid