File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11^internal/httpclient/(testdata/.*|test-fixtures/.*|[^/]*)$
22^internal/helper/encryption/(testdata/.*|test-fixtures/.*|[^/]*)$
3- ^internal/version/(testdata/.*|test-fixtures/.*|[^/]*)$
3+ ^internal/version/(testdata/.*|test-fixtures/.*|[^/]*)$
4+ ^website/.*$
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ git cherry-pick --no-commit --mainline 1 "$COMMIT_ID"
1818echo " Unstaging files removed by us..."
1919git status --short | sed -n ' s/^DU //p' | ifne xargs git rm
2020
21+ echo " Unstaging added files that match the ignore list..."
22+ git status --short | sed -n ' s/^A //p' | grep -Ef ./scripts/cherry_pick/IGNORE_FILES | ifne xargs git rm -f
23+
2124echo " Unstaging files where SDK intentionally diverges from Core..."
2225for f in $( git diff --name-only --cached | grep -Ef ./scripts/cherry_pick/IGNORE_FILES)
2326do
You can’t perform that action at this time.
0 commit comments