feat: announce the wiggling

This commit is contained in:
ptrcnull 2022-07-25 07:43:52 +02:00
parent fbaf178502
commit d1ccf0e1d4

1
apatch
View file

@ -41,6 +41,7 @@ done
git apply --reject --whitespace=fix "$patchpath" || {
git status --porcelain | grep '\?\? .*\.rej$' | cut -c4- | while read -r reject; do
target="${reject%.rej}"
echo "[*] trying to wiggle $target"
wiggle --merge --replace "$target" "$reject" || {
echo "[!] could not merge $target, fix manually"
}