From 4560bcf77a9a172aa370321200c4a166b8fd2bda Mon Sep 17 00:00:00 2001 From: aybe Date: Sat, 17 Oct 2020 02:08:49 +0200 Subject: [PATCH] Revert "Update move-with-hist.ps1: force add ignored files, e.g. makefile" This reverts commit 96171fdde655015d86cfa44e6c523776836fc4d3. --- move-with-hist.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move-with-hist.ps1 b/move-with-hist.ps1 index 80bf37152..584191205 100644 --- a/move-with-hist.ps1 +++ b/move-with-hist.ps1 @@ -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