@leroysheep / CrazyWebTemps / commits / 4b82ae443e

Meta/Reintegrate: allow 'pick' to be empty

Junio C Hamano committed Jul 11, 2024 at 14:27 UTC 4b82ae443e1c2514821432d6e58aa81e9a9963ce
1 file changed +1 -1
Reintegrate
+1 -1
index cb5040405b..cf74e4394f 100755 --- a/Reintegrate +++ b/Reintegrate @@ -288,7 +288,7 @@ no) mark_cut - git cherry-pick "$branch" || leave $? ;; + git cherry-pick --allow-empty "$branch" || leave $? ;; *) echo >&2 "Eh? $branch $eh"; leave $? ;; esac