mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Revert "Update move-with-hist.ps1: force add ignored files, e.g. makefile"
This reverts commit 96171fdde6
.
This commit is contained in:
@@ -65,7 +65,7 @@ foreach ($patch in $($patchs -split "`r`n"))
|
||||
$data = "NOTE: auto-magically re-imported by HAL 9000`r`nHASH: {0} (original)" -f $hash
|
||||
$text = "[MIGRATED] {0}" -f $text
|
||||
|
||||
& git add -f $target
|
||||
& git add $target
|
||||
& git commit -m "$text" -m "$data" --date="$date" --author="$mail"
|
||||
|
||||
Remove-Item $patch
|
||||
|
Reference in New Issue
Block a user