Lines Matching refs:Index
33 # --git-index flag added by Joe Mason <joe.mason@torchmobile.com>
123 "git-index" => \$gitIndex,
136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n";
147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
1224 if (index($_, "}") >= 0) {
1335 return qr/^Index: (\S+)[\r\n]*$/ if $isSVN;