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