git.github.io icon indicating copy to clipboard operation
git.github.io copied to clipboard

Any comment about upcoming Git Rev News edition 109

Open chriscool opened this issue 1 year ago • 1 comments

A currently mostly empty draft is there:

https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-109.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 March 2024!

Thanks!

cc @jnareb @mjaix @sivaraam @gitster @stepnem

chriscool avatar Mar 01 '24 19:03 chriscool

Hey, I think part 2 of "So You Think You Know Git" can be incorporated in this edition: https://www.youtube.com/watch?v=Md44rcw13k4

spectre10 avatar Mar 21 '24 22:03 spectre10

We may see more discussion on improving workflows to work on Git.

There is a talk to allow patch authors to propose the summary of the topic to appear in the release notes.

To make it easier to find who to ask for help, using a more formal mechanism is being proposed.

gitster avatar Mar 23 '24 21:03 gitster

@gitster thanks for the pointers! I will see if I can add them either in this edition or in the next one.

@spectre10 thanks for the head up on this! @jnareb will likely include a link.

chriscool avatar Mar 23 '24 22:03 chriscool

My links have landed in fe1564c .

Hey, I think part 2 of "So You Think You Know Git" can be incorporated in this edition: https://www.youtube.com/watch?v=Md44rcw13k4

@spectre10 , thanks for the link, it is included in the mentioned commit.

jnareb avatar Mar 28 '24 17:03 jnareb

I wonder if the following link would be interesting to Git Rev News readers:

jnareb avatar Mar 28 '24 17:03 jnareb

I wonder if the following link would be interesting to Git Rev News readers:

Definitely an interesting thread. It seems worth including in this edition to me 👍🏼

sivaraam avatar Mar 29 '24 03:03 sivaraam

I wonder if the following link would be interesting to Git Rev News readers:

Definitely an interesting thread. It seems worth including in this edition to me 👍🏼

Added in f512336 .

jnareb avatar Mar 29 '24 11:03 jnareb

@jnareb thanks for your links!

chriscool avatar Mar 29 '24 15:03 chriscool

Draft email sent: https://lore.kernel.org/git/CAP8UFD25Dcz-Fk6wBaETX4G4OBucrexDqTd1jwH25tM3ixUhkg@mail.gmail.com/

chriscool avatar Mar 30 '24 23:03 chriscool

Toy/demo: using ChatGPT to summarize lengthy LKML threads (b4 integration) thread on Linux kernel mailing list, started by Konstantin Ryabitsev.

It's very interesting to me at least. I hope I and others will be able to use something like this to help with writing articles for Git Rev News :-)

chriscool avatar Mar 30 '24 23:03 chriscool

This comment in Linus Arver's interview:

Junio has been our maintainer for over a decade.

would probably be more accurately stated as:

Junio has been our maintainer for nearly two decades.

Also, in the same interview, the placement of the parentheses in:

a fairly (easy) way to fix things

seems odd; perhaps it should be:

a (fairly) easy way to fix things

sunshineco avatar Mar 31 '24 01:03 sunshineco

Thanks @sunshineco for the greats spots! Corrected them in https://github.com/git/git.github.io/commit/78f1fef91bdfb49d53c423a0615a94fbfb0a0115

sivaraam avatar Mar 31 '24 03:03 sivaraam

Thanks @sunshineco and @sivaraam for the fixes!

chriscool avatar Mar 31 '24 15:03 chriscool

Added some tiny fixes and rephrasings in a6b3fa6 [1] , wondering if the "Releases" section should be sorted somehow.

[1] a6b3fa6 https://github.com/git/git.github.io/commit/a6b3fa68a568eccd5419d9278a8fb46b7ec2fe44

mjaix avatar Mar 31 '24 20:03 mjaix

Added some tiny fixes and rephrasings in a6b3fa6 [1] , wondering if the "Releases" section should be sorted somehow.

[1] a6b3fa6 https://github.com/git/git.github.io/commit/a6b3fa68a568eccd5419d9278a8fb46b7ec2fe44

mjaix avatar Mar 31 '24 21:03 mjaix

Under “Git: programmatic staging”, grepdiff by Tim Waugh (from Patchutils) is mentioned. Then under “Git tools and sites”, grepdiff by Russ Cox is mentioned. Is this a mistake or serendipity?

LemmingAvalanche avatar Apr 01 '24 19:04 LemmingAvalanche

Under “Git: programmatic staging”, grepdiff by Tim Waugh (from Patchutils) is mentioned. Then under “Git tools and sites”, grepdiff by Russ Cox is mentioned. Is this a mistake or serendipity?

AFAICT it's neither. Just two different tools with the same name. (I've never used any of the two tools and checking their respective docs now it does seem that both could be applicable for the task described in the blog post, but it (as well as the lobste.rs comment) does link to (the man page of) the one from patchutils, not the Go one, so I see no mistake here.)

stepnem avatar Apr 01 '24 19:04 stepnem

@mjaix thanks for the great fixes.

About sorting the Release section, there is some kind of order in it, as Git releases for example are always first. But I agree that we could maybe make it explicit or discuss it. Feel free to open an issue for that if you have some suggestions.

chriscool avatar Apr 01 '24 19:04 chriscool

@LemmingAvalanche and @stepnem, it seems to me that these are indeed 2 different tools with the same name. Maybe we could just mention that. @jnareb what do you think?

Anyway I think we could do it after the edition is published so I will move forward with publishing it.

chriscool avatar Apr 01 '24 19:04 chriscool

Edition published and announced in: https://lore.kernel.org/git/CAP8UFD2M1jXBh5Qqdyo48-N=nm2unqf=w7cN17NAX_Pc5z_qZQ@mail.gmail.com/

chriscool avatar Apr 01 '24 20:04 chriscool

I just merged https://github.com/git/git.github.io/pull/704, but the merge was a bit complex as the file had been moved to the published location and there was another PR that I also merged in the meantime. Anyway everything should be fine.

chriscool avatar Apr 01 '24 20:04 chriscool

For the note, in 6be0a6d3f94e1952697ef65fd35e8a344853cef3 I commented the "Various" sub-section of "Other News" since it didn't seem to have any news items.

sivaraam avatar Apr 07 '24 12:04 sivaraam

Thanks @sivaraam !

chriscool avatar Apr 08 '24 09:04 chriscool