mirror of
https://github.com/git/git.git
synced 2024-11-18 15:04:49 +01:00
11 lines
315 B
Text
11 lines
315 B
Text
|
#!/bin/sh -x
|
||
|
cd t || exit
|
||
|
./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 "$@" && \
|
||
|
:
|