Lines Matching refs:isGit
61 &isGit
92 my $isGit;
155 } elsif (isGit()) {
178 } elsif (isGit()) {
189 } elsif (isGit()) {
200 sub isGit()
202 return $isGit if defined $isGit;
204 $isGit = isGitDirectory(".");
205 return $isGit;
342 if (isGit()) {
381 } elsif (isGit()) {
398 return $path unless isGit();
780 # isGit: the value 1 if the diff is Git-formatted.
793 my $isGit;
801 $isGit = 1;
807 $header->{isGit} = $isGit if $isGit;
835 # isGit: the value 1 if the diff is Git-formatted.
963 } elsif ($headerHashRef->{isGit}) {
970 $diffHash{isGit} = $headerHashRef->{isGit} if $headerHashRef->{isGit};
1698 return unless $isGit;