Home | History | Annotate | Download | only in Scripts

Lines Matching refs:gitLog

366         my $gitLog = `cd $dir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
367 ($revision) = ($gitLog =~ m/ +git-svn-id: .+@(\d+) /g);