-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(internal/pkg/externalplugins/cherrypicker): do not change commit …
…message add option for `git cherry-pick command`: `--cleanup=verbatim`. Signed-off-by: wuhuizuo <[email protected]>
- Loading branch information
Showing
3 changed files
with
162 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
internal/pkg/externalplugins/formatchecker/test-task-body.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
manually cherry-pick https://github.com/pingcap/tidb/pull/45330 | ||
|
||
--- | ||
<!-- | ||
Thank you for contributing to TiDB! | ||
PR Title Format: | ||
1. pkg [, pkg2, pkg3]: what's changed | ||
2. *: what's changed | ||
--> | ||
|
||
### What problem does this PR solve? | ||
<!-- | ||
Please create an issue first to describe the problem. | ||
There MUST be one line starting with "Issue Number: " and | ||
linking the relevant issues via the "close" or "ref". | ||
For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue. | ||
--> | ||
|
||
Issue Number: close #46540 | ||
|
||
Problem Summary: | ||
|
||
### What is changed and how it works? | ||
|
||
### Check List | ||
|
||
Tests <!-- At least one of them must be included. --> | ||
|
||
- [ ] Unit test | ||
- [ ] Integration test | ||
- [ ] Manual test (add detailed scripts or steps below) | ||
- [ ] No code | ||
|
||
Side effects | ||
|
||
- [x] Performance regression: Consumes more CPU | ||
- [ ] Performance regression: Consumes more Memory | ||
- [ ] Breaking backward compatibility | ||
|
||
Documentation | ||
|
||
- [ ] Affects user behaviors | ||
- [ ] Contains syntax changes | ||
- [ ] Contains variable changes | ||
- [ ] Contains experimental features | ||
- [ ] Changes MySQL compatibility | ||
|
||
### Release note | ||
|
||
<!-- compatibility change, improvement, bugfix, and new feature need a release note --> | ||
|
||
Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note. | ||
|
||
```release-note | ||
None | ||
``` |