Searched refs:determineVCSRoot (Results 1 – 6 of 6) sorted by relevance
95 my $repositoryRootPath = determineVCSRoot();
147 my $topLevel = determineVCSRoot();
117 my $repositoryRootPath = determineVCSRoot();
79 my $relativePath = isInGitFilterBranch() ? '.' : chdirReturningRelativePath(determineVCSRoot());
56 &determineVCSRoot340 sub determineVCSRoot() subroutine
28444 (determineVCSRoot): Call warn() instead of die() if both isGit()28450 here is redundant since determineVCSRoot() is called later.29858 …<http://webkit.org/b/28725> resolve-ChangeLogs: determineVCSRoot() returns incorrect repository ro…29865 causes determineVCSRoot() in VCSUtils.pm to return29877 chdirReturningRelativePath(determineVCSRoot()).32210 and determineVCSRoot() to change directories to the root of the32240 Implement VCSUtils::determineVCSRoot()32248 (VCSUtils::EXPORT): Added &determineVCSRoot. Realphabetized.32251 (VCSUtils::determineVCSRoot): Implemented using32254 topLevelSourceDirectory() with determineVCSRoot(). Resorted