mbox series

[0/2] Fix broken rST conversion of "submitting-a-patch.rst"

Message ID 20211119193118.949698-1-kchamart@redhat.com (mailing list archive)
Headers show
Series Fix broken rST conversion of "submitting-a-patch.rst" | expand

Message

Kashyap Chamarthy Nov. 19, 2021, 7:31 p.m. UTC
I completely botched up the merged[0] rST conversion of this document by
accidentally dropping entire hunks (!) of text. :-(  I made it very hard
for reviewers to spot it, as the omitted text was buried deep in the
document.  To fix my hatchet job, I reconverted the "SubmitAPatch"
wiki[1] page from scratch and replaced the existing rST with it, while
making sure I incorporated previous feedback.  Sorry for the sloppiness.

More details in patch-1.

[0] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df033

Kashyap Chamarthy (2):
  docs: Fix botched rST conversion of 'submitting-a-patch.rst'
  docs: List more commit-message tags "in submitting-a-patch"

 docs/devel/submitting-a-patch.rst | 202 ++++++++++++++++++++++--------
 1 file changed, 153 insertions(+), 49 deletions(-)

Comments

Eric Blake Nov. 19, 2021, 8:19 p.m. UTC | #1
On Fri, Nov 19, 2021 at 08:31:16PM +0100, Kashyap Chamarthy wrote:
> I completely botched up the merged[0] rST conversion of this document by
> accidentally dropping entire hunks (!) of text. :-(  I made it very hard
> for reviewers to spot it, as the omitted text was buried deep in the
> document.  To fix my hatchet job, I reconverted the "SubmitAPatch"
> wiki[1] page from scratch and replaced the existing rST with it, while
> making sure I incorporated previous feedback.  Sorry for the sloppiness.
> 
> More details in patch-1.
> 
> [0] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df033
> 
> Kashyap Chamarthy (2):
>   docs: Fix botched rST conversion of 'submitting-a-patch.rst'
>   docs: List more commit-message tags "in submitting-a-patch"

Series:
Reviewed-by: Eric Blake <eblake@redhat.com>