Home
last modified time | relevance | path

Searched refs:isGitInstalled (Results 1 – 5 of 5) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionVCS.cpp177 bool isGitInstalled() in isGitInstalled() function
179 return git::isGitInstalled(); in isGitInstalled()
248 if (git::isGitInstalled() && git::isGitDirectory(workingDir)) in initialize()
259 if (git::isGitInstalled() && git::isGitDirectory(workingDir)) in initialize()
289 bool gitInstalled = isGitInstalled(); in vcsContext()
H A DSessionVCS.hpp47 bool isGitInstalled();
H A DSessionGit.hpp55 bool isGitInstalled();
H A DSessionGit.cpp3084 bool isGitInstalled() in isGitInstalled() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionClientInit.cpp362 if (modules::source_control::isGitInstalled()) in handleClientInit()