git/TEST

15 строки
376 B
Bash
Executable File

#!/bin/sh -x
cd t || exit
GIT_USE_RECUR_FOR_RECURSIVE=LetsTryIt
export GIT_USE_RECUR_FOR_RECURSIVE
./t3400-rebase.sh "$@" &&
./t6020-merge-df.sh "$@" &&
./t3401-rebase-partial.sh "$@" &&
./t6021-merge-criss-cross.sh "$@" &&
./t3402-rebase-merge.sh "$@" &&
./t6022-merge-rename.sh "$@" &&
./t6010-merge-base.sh "$@" &&
: