Home
last modified time | relevance | path

Searched refs:git_remote (Results 76 – 100 of 674) sorted by relevance

12345678910>>...27

/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Dremotes.c7 static git_remote *_remote;
32 git_remote *_remote2 = NULL; in test_network_remote_remotes__parsing()
222 git_remote *mod; in test_network_remote_remotes__pushurl()
237 git_remote *r; in test_network_remote_remotes__error_when_not_found()
246 git_remote *r; in test_network_remote_remotes__error_when_no_push_available()
302 git_remote *dup; in test_network_remote_remotes__dup()
385 git_remote *remote; in test_network_remote_remotes__nonmatch_upstream_refspec()
495 git_remote *remote = NULL; in test_network_remote_remotes__can_load_with_an_empty_url()
512 git_remote *remote = NULL; in test_network_remote_remotes__can_load_with_only_an_empty_pushurl()
526 git_remote *remote = NULL; in test_network_remote_remotes__returns_ENOTFOUND_when_neither_url_nor_pushurl()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c26 static int clone_local_into(git_repository *repo, git_remote *remote, const git_fetch_options *fetc…
167 git_remote *remote, in update_remote_head()
216 git_remote *remote, in update_head_to_remote()
262 git_remote *remote, in update_head_to_branch()
308 git_remote **out, in default_remote_create()
324 git_remote **out, in create_and_configure_origin()
330 git_remote *origin = NULL; in create_and_configure_origin()
376 static int checkout_branch(git_repository *repo, git_remote *remote, const git_checkout_options *co… in checkout_branch()
392 static int clone_into(git_repository *repo, git_remote *_remote, const git_fetch_options *opts, con… in clone_into()
397 git_remote *remote; in clone_into()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c26 static int clone_local_into(git_repository *repo, git_remote *remote, const git_fetch_options *fetc…
167 git_remote *remote, in update_remote_head()
216 git_remote *remote, in update_head_to_remote()
262 git_remote *remote, in update_head_to_branch()
308 git_remote **out, in default_remote_create()
324 git_remote **out, in create_and_configure_origin()
330 git_remote *origin = NULL; in create_and_configure_origin()
376 static int checkout_branch(git_repository *repo, git_remote *remote, const git_checkout_options *co… in checkout_branch()
392 static int clone_into(git_repository *repo, git_remote *_remote, const git_fetch_options *opts, con… in clone_into()
397 git_remote *remote; in clone_into()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dclone.c26 static int clone_local_into(git_repository *repo, git_remote *remote, const git_fetch_options *fetc…
167 git_remote *remote, in update_remote_head()
216 git_remote *remote, in update_head_to_remote()
262 git_remote *remote, in update_head_to_branch()
308 git_remote **out, in default_remote_create()
324 git_remote **out, in create_and_configure_origin()
330 git_remote *origin = NULL; in create_and_configure_origin()
376 static int checkout_branch(git_repository *repo, git_remote *remote, const git_checkout_options *co… in checkout_branch()
392 static int clone_into(git_repository *repo, git_remote *_remote, const git_fetch_options *opts, con… in clone_into()
397 git_remote *remote; in clone_into()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dclone.c26 static int clone_local_into(git_repository *repo, git_remote *remote, const git_fetch_options *fetc…
167 git_remote *remote, in update_remote_head()
216 git_remote *remote, in update_head_to_remote()
262 git_remote *remote, in update_head_to_branch()
308 git_remote **out, in default_remote_create()
324 git_remote **out, in create_and_configure_origin()
330 git_remote *origin = NULL; in create_and_configure_origin()
376 static int checkout_branch(git_repository *repo, git_remote *remote, const git_checkout_options *co… in checkout_branch()
392 static int clone_into(git_repository *repo, git_remote *_remote, const git_fetch_options *opts, con… in clone_into()
397 git_remote *remote; in clone_into()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/R-cran-git2r/git2r/src/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/libgit2/libgit2-1.3.0/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/include/git2/sys/
H A Dtransport.h151 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
167 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
214 git_remote *owner,
227 git_remote *owner,
240 git_remote *owner,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/include/git2/sys/
H A Dtransport.h152 GIT_EXTERN(int) git_transport_new(git_transport **out, git_remote *owner, const char *url);
168 GIT_EXTERN(int) git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *payload);
215 git_remote *owner,
228 git_remote *owner,
241 git_remote *owner,

12345678910>>...27