Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isGitSVN

62         &isGitSVN
93 my $isGitSVN;
208 sub isGitSVN()
210 return $isGitSVN if defined $isGitSVN;
216 $isGitSVN = $output ne '';
217 return $isGitSVN;