Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isDeletion

556 #     isDeletion: the value 1 if the diff is a file deletion.
589 my $isDeletion;
604 $isDeletion = 1 if $1 eq "deleted file";
653 $header{isDeletion} = $isDeletion if $isDeletion;
834 # isDeletion: the value 1 if the diff is known from the header to be a deletion.
936 $deletionHash{isDeletion} = 1;
969 $diffHash{isDeletion} = $headerHashRef->{isDeletion} if $headerHashRef->{isDeletion};