Re: [edk2-devel] [PATCH 1/1] BaseTools: Update SetupGit.py to add new 'fp' alias for patch formatting

2023-04-11 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Rebecca Cran > Sent: Tuesday, April 11, 2023 11:06 AM > To: devel@edk2.groups.io; Gao, Liming ; Feng, Bob C > ; Chen, Christine > ; Kinney, Michael D > Subject: Re: [edk2-devel] [PATCH 1/1] BaseTool

Re: [edk2-devel] [PATCH 1/1] BaseTools: Update SetupGit.py to add new 'fp' alias for patch formatting

2023-04-11 Thread Rebecca Cran
Could I get some reviews on this please? -- Rebecca Cran On 4/6/23 7:28 PM, Rebecca Cran wrote: To help people format patches with the correct options, add an alias named 'fp' to SetupGit.py that runs format-patch with '-M --stat=1000 --stat-graph-width=20'. Signed-off-by: Rebecca Cran

[edk2-devel] [PATCH 1/1] BaseTools: Update SetupGit.py to add new 'fp' alias for patch formatting

2023-04-06 Thread Rebecca Cran
To help people format patches with the correct options, add an alias named 'fp' to SetupGit.py that runs format-patch with '-M --stat=1000 --stat-graph-width=20'. Signed-off-by: Rebecca Cran --- BaseTools/Scripts/SetupGit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git