mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
Update move-with-hist.ps1: turn off whitespace warnings
This commit is contained in:
@@ -45,7 +45,7 @@ foreach ($patch in $($patchs -split "`r`n"))
|
|||||||
& git config diff.noprefix true
|
& git config diff.noprefix true
|
||||||
#>
|
#>
|
||||||
|
|
||||||
& git apply --directory=$gitdir -p $dirlen "$patch"
|
& git apply --whitespace=nowarn --directory=$gitdir -p $dirlen "$patch"
|
||||||
|
|
||||||
<# not working
|
<# not working
|
||||||
if ([string]::IsNullOrWhiteSpace($diff))
|
if ([string]::IsNullOrWhiteSpace($diff))
|
||||||
|
Reference in New Issue
Block a user