Skip to content

Commit

Permalink
Test exclude
Browse files Browse the repository at this point in the history
0695536c9fe7e537604bafdd93feefbd48f4d744
  • Loading branch information
H00N24 committed Jan 21, 2025
1 parent 6e4cd29 commit 249f9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for commit in $REVISIONS; do
EMAIL="$(git --git-dir="$OLD_DIR/.git" log --format='%ae' -n 1 "$commit")"
git config --global user.email "$EMAIL"
git config --global user.name "$AUTHOR"
git --git-dir="$OLD_DIR/.git" format-patch -k -1 --stdout "$commit" |
git --git-dir="$OLD_DIR/.git" format-patch -k -1 --stdout "$commit" -- . ':!tests_delete/' |
git am --exclude tests_delete --exclude cloud-test-private -3 -k

OLD_MESSAGE="$(git log --format=%B -n 1 HEAD)"
Expand Down

0 comments on commit 249f9c1

Please sign in to comment.