You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
376 B

#!/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 "$@" &&
: