git/git.github.io

Any comment about upcoming Git Rev News edition 124

Closed this issue · 16 comments

A currently mostly empty draft will be there soon:

https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-124.md

Feel free to comment in this issue, suggest topics, suggest persons to interview, or use the edit button (that looks like a pen) to edit and create a pull request with the changes you would like.

Let's try to publish this edition around the end of June 2025!

Thanks!

cc @jnareb @mjaix @sivaraam @gitster @stepnem

In the discussion about the previous edition, @AdityaGarg8 suggested:

We could talk about the recent development in send-email which added support for OAuth2 authentication.
(Assuming I understood what this rev is meant for correctly. Otherwise feel free to ignore it ;) )

It all started with a 2 years old patch which was not reviewed, and I resubmitted it. I additionally added support for Microsoft Outlook message ID threading. This lead to a crazy ride where I worked with the maintainer of perl Authen::SASL to add support for OAuth2.0, rather than send email, added support for Outlook in send email and finally made some nice credential helpers for these new methods for send email.

https://lore.kernel.org/git/PN0PR01MB95880D1DC65D0356F93B0C55B8852@PN0PR01MB9588.INDPRD01.PROD.OUTLOOK.COM/T/#u

https://lore.kernel.org/git/PN0PR01MB958890D936BE35C2D7AF1C85B88BA@PN0PR01MB9588.INDPRD01.PROD.OUTLOOK.COM/T/#u

I think outlook users like me who were struggling a lot with send email will benefit from this development.

Hi there - the Git Merge 2025 speaker list and schedule was just announced if that's appropriate to mention. Thanks!

Hi @leereilly, I agree we should mention those Git Merge 2025 news. Thanks!

@leereilly and @jnareb I have created #782 about Git Merge 2025 speakers and schedule. Let's discuss further in that PR.

Excuse the delay. I just got around to incorporating the interview with @lucamilanesio in this month's edition via e544d84. It is a bit long but I thought of retaining it as-is as it seems to read well to me. Let me know in case we need to trim the length of the interview. I'll check on the same.

@sivaraam thanks, I agree that it reads well as-is, and shouldn't be trimmed.

My links have landed in 6746342 (and also 632c8b6 and 85f8ec5).

Thanks @jnareb for the great links!

Could you take a look at #782 about Git Merge 2025 speakers and schedule?

Could you take a look at #782 about Git Merge 2025 speakers and schedule?

@jnareb, actually it looks like you approved and @mjaix just merged it. Thanks both!

Sorry @AdityaGarg8, I forgot about your suggestion. Maybe I will write about it next month.

@mjaix thanks for your fixes in 880257a. They look good to me.

By the way, wouldn't it be better to have information about Git Merge in "Events" subsection instead of in "Various" subsection of "Other News"?

@jnareb feel free to move it to the "Events" subsection if you think it's better there.

@stenem thanks for your fixes in f831155 and e59c9f0!