git/git.github.io

Any comment about upcoming Git Rev News edition 125

Closed this issue ยท 18 comments

A currently mostly empty draft will be there soon:

https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-125.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 July 2025!

Thanks!

cc @jnareb @mjaix @sivaraam @gitster @stepnem

In #775, @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.

This edition could be a bit special as it was in July 2005, so 20 years ago that Junio became the Git maintainer. Not sure what we could do to celebrate that. Ideas welcome!

@jnareb, on the Slack channel at GitLab where there are all the GSoC 2025 contributors and mentors, the https://deepwiki.com/git/git site was discussed. I already added it to the Hacking-Git page via 976f50c but @To1ne suggested talking about it in Git Rev News. Not sure if it's better to talk about the whole website (https://deepwiki.com/) or just its results on the Git repo or both.

Hi, first of all thanks for Git Rev News! I just discovered it a few months ago and really like it.

I'd like to suggest to note that a new stable version of Sublime Merge has been released: https://www.sublimemerge.com/download

@themilkman, thanks! I will add a Sublime Merge entry to the "Releases" section.

@themilkman Sublime Merge entry was added in f1ee0b4, and support for it in the scripts was added in chriscool/getreleases@1a2776c and chriscool/getreleases@6706768.

@AdityaGarg8, this edition includes a summary of the discussions related to https://lore.kernel.org/git/PN0PR01MB95880D1DC65D0356F93B0C55B8852@PN0PR01MB9588.INDPRD01.PROD.OUTLOOK.COM/T/#u. Feedback or even better PRs welcome!

Minor nit: I use they/them pronouns, so this sentence:

He raised concerns about hardcoding only two Outlook server hostnames, and suggested adding configuration options for Message-ID generation modes.

should read like this:

They raised concerns about hardcoding only two Outlook server hostnames, and suggested adding configuration options for Message-ID generation modes.

Otherwise, everything looked good to me. Thanks for writing this up, as always.

I'm running a bit late with the interview. I'll make sure to integrate it within end of today.

@bk2204 sorry, this is fixed in 76183b0.

Draft email sent: https://lore.kernel.org/git/CAP8UFD1gp0mT42e+UtbXLy=HCmVThNd_g4WbWBNTShgzCPtqJA@mail.gmail.com/

Discussion about the send email patches looks great! Never expected them to come here :).

My links have landed in 252d027.

More information about git-phoenix tool added in 799029d.

@jnareb, on the Slack channel at GitLab where there are all the GSoC 2025 contributors and mentors, the https://deepwiki.com/git/git site was discussed. I already added it to the Hacking-Git page via 976f50c but @To1ne suggested talking about it in Git Rev News. Not sure if it's better to talk about the whole website (https://deepwiki.com/) or just its results on the Git repo or both.

Thanks for the suggestion, added in 252d027

@jnareb, thanks for the great links!

@mjaix , thanks for your fixes in f7a1a4b! They are all great, except for one that I tweaked in 6a22592. Let me know if you have a different idea about it.

@mjaix thanks for 76efb2d too!