Home
last modified time | relevance | path

Searched refs:remote_ls (Results 1 – 15 of 15) sorted by relevance

/dports/devel/R-cran-git2r/git2r/man/
H A Dremote_ls.Rd3 \name{remote_ls}
4 \alias{remote_ls}
7 remote_ls(name = NULL, repo = NULL, credentials = NULL)
31 remote_ls("https://github.com/ropensci/git2r")
/dports/devel/R-cran-git2r/git2r/tests/
H A Dremotes.R66 refs <- remote_ls("https://github.com/ropensci/git2r")
74 tools::assertError(remote_ls("bad"))
/dports/devel/R-cran-git2r/git2r/R/
H A Dremote.R116 remote_ls <- function(name = NULL, repo = NULL, credentials = NULL) { function
/dports/devel/git-svn/git-2.34.1/
H A Dhttp-push.c1007 static void remote_ls(const char *path, int flags,
1072 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1115 static void remote_ls(const char *path, int flags, in remote_ls() function
1192 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1442 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1491 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/git-gui/git-2.34.1/
H A Dhttp-push.c1007 static void remote_ls(const char *path, int flags,
1072 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1115 static void remote_ls(const char *path, int flags, in remote_ls() function
1192 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1442 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1491 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/git-p4/git-2.34.1/
H A Dhttp-push.c1007 static void remote_ls(const char *path, int flags,
1072 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1115 static void remote_ls(const char *path, int flags, in remote_ls() function
1192 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1442 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1491 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/git/git-2.34.1/
H A Dhttp-push.c1007 static void remote_ls(const char *path, int flags,
1072 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1115 static void remote_ls(const char *path, int flags, in remote_ls() function
1192 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1442 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1491 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp-push.c1007 static void remote_ls(const char *path, int flags,
1072 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1115 static void remote_ls(const char *path, int flags, in remote_ls() function
1192 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1442 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1491 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp-push.c1014 static void remote_ls(const char *path, int flags,
1077 remote_ls(ls->dentry_name, in handle_remote_ls_ctx()
1120 static void remote_ls(const char *path, int flags, in remote_ls() function
1197 remote_ls(path, (PROCESS_FILES | PROCESS_DIRS), in get_remote_object_list()
1447 remote_ls("refs/", (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL); in get_dav_remote_heads()
1496 remote_ls("refs/", (PROCESS_FILES | RECURSIVE), in update_remote_info_refs()
/dports/devel/R-cran-git2r/git2r/
H A DNAMESPACE139 export(remote_ls)
H A DNEWS386 * Add 'remote_ls' method to list references in a remote repository akin to the
H A DMD5130 d5b4f6525762a4cdf01c8b70e3e74c69 *man/remote_ls.Rd
/dports/devel/R-cran-remotes/remotes/R/
H A Dinstall-bioc.R227 res <- git2r::remote_ls(url, credentials=remote$credentials)
H A Dinstall-git.R227 res <- suppressWarnings(git2r::remote_ls(remote$url, credentials = remote$credentials))
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R2148 res <- git2r::remote_ls(url, credentials=remote$credentials)
2814 res <- suppressWarnings(git2r::remote_ls(remote$url, credentials = remote$credentials))