Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isGit

57         &isGit
79 my $isGit;
104 sub isGit()
106 return $isGit if defined $isGit;
108 $isGit = isGitDirectory(".");
109 return $isGit;
234 if (isGit()) {
273 } elsif (isGit()) {
290 return $path unless isGit();
820 return unless $isGit;