Home | History | Annotate | Download | only in Scripts

Lines Matching refs:copiedFromPath

548 #     copiedFromPath: the path from which the file was copied or moved if
586 my $copiedFromPath;
611 $copiedFromPath = $1;
619 $copiedFromPath = $1;
648 $header{copiedFromPath} = $copiedFromPath if $copiedFromPath;
652 $header{isCopyWithChanges} = 1 if ($copiedFromPath && ($similarityIndex != 100 || $executableBitDelta));
675 # copiedFromPath: the path from which the file was copied if the diff
700 my $copiedFromPath;
722 $copiedFromPath = $1;
747 $header{copiedFromPath} = $copiedFromPath if $copiedFromPath;
772 # copiedFromPath: the path from which the file was copied if the diff
827 # copiedFromPath: the path from which the file was copied if the diff
935 $deletionHash{indexPath} = $headerHashRef->{copiedFromPath};
939 if ($headerHashRef->{copiedFromPath}) {
941 $copyHash{copiedFromPath} = $headerHashRef->{copiedFromPath};
953 if ($headerHashRef->{isCopyWithChanges} || (%$headerHashRef && !$headerHashRef->{copiedFromPath})) {
973 if (!$headerHashRef->{copiedFromPath}) {
1278 my $copiedFromPath = $diffHashRef->{copiedFromPath};
1283 if (defined($copiedFromPath)) {
1285 $sourcePath = $copiedFromPath;