Junio C Hamano <gitster@xxxxxxxxx> writes: > Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx> writes: > >> Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx> >> --- >> t/t4130-apply-criss-cross-rename.sh | 35 +++++++++++++++++++++++++++++++++++ >> 1 files changed, 35 insertions(+), 0 deletions(-) >> create mode 100755 t/t4130-apply-criss-cross-rename.sh >> >> diff --git a/t/t4130-apply-criss-cross-rename.sh b/t/t4130-apply-criss-cross-rename.sh >> new file mode 100755 >> index 0000000..30187ff >> --- /dev/null >> +++ b/t/t4130-apply-criss-cross-rename.sh >> @@ -0,0 +1,35 @@ >> +#!/bin/sh >> + >> +test_description='git apply handling criss-cross rename patch.' >> +. ./test-lib.sh >> + >> +create_file() { >> + for ((i=0; i<100; i++)); do > > Please don't; isn't this a bashism? I've queued your two patches with minimum fix-up (not covering all the points in my comments) to 'pu'. You may want to take a look and send in improvement to replace them. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html