Home
last modified time | relevance | path

Searched refs:git_fetch (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/R-cran-gert/gert/man/
H A Dgit_fetch.Rd3 \name{git_fetch}
4 \alias{git_fetch}
11 git_fetch(
101 \item{...}{arguments passed to \link{git_fetch}}
110 Use \code{\link[=git_fetch]{git_fetch()}} and \code{\link[=git_push]{git_push()}} to sync a local b…
111 branch. Here \code{\link[=git_pull]{git_pull()}} is a wrapper for \code{\link[=git_fetch]{git_fetch
H A Dgit_submodule.Rd43 \item{...}{extra arguments for \link{git_fetch} for authentication things}
H A Dgithub.Rd31 remove these again simply use \code{git_fetch(prune = TRUE)}.
H A Dgit_diff.Rd31 \code{\link{git_fetch}()},
H A Dgit_tag.Rd46 \code{\link{git_fetch}()},
H A Dgit_archive.Rd33 \code{\link{git_fetch}()},
H A Dgit_stash.Rd56 \code{\link{git_fetch}()},
H A Dgit_remote.Rd54 \code{\link{git_fetch}()},
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/git/tasks/
H A Ddepth.yml106 register: git_fetch
110 that: git_fetch is successful
131 register: git_fetch
135 that: git_fetch is successful
161 register: git_fetch
173 - git_fetch is changed
208 register: git_fetch
213 - git_fetch is changed
H A Dlocalmods.yml26 register: git_fetch
32 - git_fetch is failed
83 register: git_fetch
89 - git_fetch is failed
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/git/tasks/
H A Ddepth.yml106 register: git_fetch
110 that: git_fetch is successful
131 register: git_fetch
135 that: git_fetch is successful
161 register: git_fetch
173 - git_fetch is changed
208 register: git_fetch
213 - git_fetch is changed
H A Dlocalmods.yml26 register: git_fetch
32 - git_fetch is failed
83 register: git_fetch
89 - git_fetch is failed
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/git/tasks/
H A Ddepth.yml106 register: git_fetch
110 that: git_fetch is successful
131 register: git_fetch
135 that: git_fetch is successful
161 register: git_fetch
173 - git_fetch is changed
208 register: git_fetch
213 - git_fetch is changed
H A Dlocalmods.yml26 register: git_fetch
32 - git_fetch is failed
83 register: git_fetch
89 - git_fetch is failed
/dports/net-im/psi/psi-1.5/admin/
H A Dpsibuild_mac.sh86 git_fetch "${QCONF_REPO_URI}" qconf "QConf"
165 git_fetch() { function
236 git_fetch "${GIT_REPO}" psi "Psi"
237 git_fetch "${GIT_REPO_PLUS}" git-plus "Psi+ additionals"
238 git_fetch "${GIT_REPO_MAINTENANCE}" maintenance "Psi+ maintenance"
239 git_fetch "${GIT_REPO_RESOURCES}" resources "Psi+ resources"
240 git_fetch "${GIT_REPO_PLUGINS}" plugins "Psi plugins"
241 git_fetch "${LANGS_REPO_URI}" translations "Psi+ translations"
242 git_fetch "${QCA_REPO_URI}" qca "QCA"
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx159 std::vector<char const*> git_fetch; in UpdateByFetchAndReset() local
160 git_fetch.push_back(git); in UpdateByFetchAndReset()
161 git_fetch.push_back("fetch"); in UpdateByFetchAndReset()
170 git_fetch.push_back(arg.c_str()); in UpdateByFetchAndReset()
174 git_fetch.push_back(nullptr); in UpdateByFetchAndReset()
179 if (!this->RunUpdateCommand(&git_fetch[0], &fetch_out, &fetch_err)) { in UpdateByFetchAndReset()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx159 std::vector<char const*> git_fetch; in UpdateByFetchAndReset() local
160 git_fetch.push_back(git); in UpdateByFetchAndReset()
161 git_fetch.push_back("fetch"); in UpdateByFetchAndReset()
170 git_fetch.push_back(arg.c_str()); in UpdateByFetchAndReset()
174 git_fetch.push_back(nullptr); in UpdateByFetchAndReset()
179 if (!this->RunUpdateCommand(&git_fetch[0], &fetch_out, &fetch_err)) { in UpdateByFetchAndReset()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx159 std::vector<char const*> git_fetch; in UpdateByFetchAndReset() local
160 git_fetch.push_back(git); in UpdateByFetchAndReset()
161 git_fetch.push_back("fetch"); in UpdateByFetchAndReset()
170 git_fetch.push_back(arg.c_str()); in UpdateByFetchAndReset()
174 git_fetch.push_back(nullptr); in UpdateByFetchAndReset()
179 if (!this->RunUpdateCommand(&git_fetch[0], &fetch_out, &fetch_err)) { in UpdateByFetchAndReset()
/dports/devel/R-cran-gert/gert/R/
H A Dsubmodules.R73 git_fetch('origin', ..., repo = submodule)
85 git_fetch('origin', ..., repo = subrepo)
H A Dfetch.R28 git_fetch <- function(remote = NULL, refspec = NULL, password = askpass, ssh_key = NULL, function
219 git_fetch(remote, ..., repo = repo)
H A Dpr.R37 git_fetch(remote = remote, refspec = refspec, repo = repo)
H A Drebase.R42 git_fetch(info$remote, repo = repo)
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/
H A Dtest_git.py28 self._check_gito_command(repo.git_fetch, "fetch", params)
42 self._check_gito_command_error(repo.git_fetch, "fetch", params)
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dgit.py63 def git_fetch(self, args): member in Repository
163 return self.git_fetch([repository, branch])
/dports/devel/R-cran-usethis/usethis/R/
H A Dutils-git.R210 gert::git_fetch(
258 gert::git_fetch(

12