Revert "Update move-with-hist.ps1: force add ignored files, e.g. makefile"

This reverts commit 96171fdde6.
This commit is contained in:
aybe
2020-10-17 02:08:49 +02:00
parent b2e3795755
commit 4560bcf77a

View File

@@ -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