Searched defs:isGit (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm65 &isGit
101 my $isGit;
169 } elsif (isGit()) {
193 } elsif (isGit()) {
205 } elsif (isGit()) {
216 sub isGit() subroutine
218 return $isGit if defined $isGit;
220 $isGit = isGitDirectory(".");
221 return $isGit;
[all...]

Completed in 81 milliseconds