mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Revert "Update move-with-hist.ps1: turn off whitespace warnings"
This reverts commit c1d75c2ac8eb64a295b96e5eb78dcab718c55b3f.
This commit is contained in:
parent
c6a7874c24
commit
01e1984ad2
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user