Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How should commits in my git tree be reviewed?

commits git reviewed tree
0
Posted

How should commits in my git tree be reviewed?

0

[rmk] A possible way to export patches for mailing list review is using git-format-patch. This generates a set of patch files, one per commit, which can then be emailed as separate attachments (one per email message). Alternatively, git-send-email will send a set of emails for you, but requires some configuration. Historically, git-send-email hasn’t set proper email headers resulting in some mail servers rejecting the generated messages for various reasons.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123