Update move-with-hist.ps1: turn off whitespace warnings

This commit is contained in:
aybe 2020-10-17 00:45:55 +02:00
parent b347a8d3ba
commit c1d75c2ac8

View File

@ -45,7 +45,7 @@ foreach ($patch in $($patchs -split "`r`n"))
& git config diff.noprefix true
#>
& git apply --directory=$gitdir -p $dirlen "$patch"
& git apply --whitespace=nowarn --directory=$gitdir -p $dirlen "$patch"
<# not working
if ([string]::IsNullOrWhiteSpace($diff))