HomeSort by relevance Sort by last modified time
    Searched refs:isGit (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 173 next if !isGit() && exists $checkedDirectories{$dir};
322 my $isGit = $diffHashRef->{isGit};
348 if ($isGit) {
388 } elsif (isGit()) {
422 } elsif (isGit()) {
435 } elsif (isGit()) {
447 } elsif (isGit()) {
466 } elsif (isGit()) {
commit-log-editor 127 my $inChangesToBeCommitted = !isGit();
133 if (isGit()) {
141 if (!isGit() || $curLine =~ /^#/) {
147 $existingLog = isGit() && !($curLine =~ /^#/ || $curLine =~ /^\s*$/) unless $existingLog;
171 if (isGit() && @changeLogs == 0) {
VCSUtils.pm 65 &isGit
101 my $isGit;
169 } elsif (isGit()) {
193 } elsif (isGit()) {
205 } elsif (isGit()) {
216 sub isGit()
218 return $isGit if defined $isGit;
220 $isGit = isGitDirectory(".");
221 return $isGit;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 301 isGit => 1,
315 isGit => 1,
329 isGit => 1,
368 isGit => 1,
397 isGit => 1,
411 isGit => 1,
425 isGit => 1,
440 isGit => 1,
parseDiffHeader.pl 97 isGit => 1,
parseDiff.pl 991 isGit => 1,
1021 isGit => 1,
1052 isGit => 1,
1085 isGit => 1,
1117 isGit => 1,
1140 isGit => 1,
1200 isGit => 1,
1244 isGit => 1,

Completed in 140 milliseconds