Hi, Thanks Danh and Junio for the testing improvement suggestions. I think these are the points I will adopt into next version: - Remove the 3rd patch and keep the removal of dollar sign locally inside `repack respects repack.packKeptObjects=false`. - Change `head -n -3 | tail -n -1` to `sed -n 3p` - Apply test_line_count on keep-list for failing fast (before touch) Cheers, Son Luong.