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

This reverts commit c1d75c2ac8.
This commit is contained in:
aybe
2020-10-17 02:08:53 +02:00
parent c6a7874c24
commit 01e1984ad2

View File

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