test $old = $new -a $flag = 0
'
+if test "$(git config --bool core.filemode)" = true; then
mkdir -p templates/hooks
cat >templates/hooks/post-checkout <<'EOF'
#!/bin/sh
git clone --template=templates . clone3 &&
test -f clone3/.git/post-checkout.args
'
+fi
test_done