@@ -79,7 +79,7 @@ This edition covers what happened during the months of March and April 2025.
7979 as a series of commits, and wondered if that would still allow
8080 cherry-picking patches.
8181
82- Then Daniel Barkalow and Catalin Marinas chimed into the discussion
82+ Then Daniel Barkalow and Catalin Marinas chimed in
8383 to talk about [ StGit (Stacked Git)] ( https://stacked-git.github.io/ )
8484 which helps manage Git commits as a stack of patches. Catalin
8585 Marinas was the creator of StGit, which seems to still be developed
@@ -154,7 +154,7 @@ This edition covers what happened during the months of March and April 2025.
154154
155155 Daniel and Linus continued to discuss practical ways to identify and
156156 manage patches across repositories. Linus proposed hashing the
157- actual changes in a patch, ignoring line numbers and whitespaces ,
157+ actual changes in a patch, ignoring line numbers and whitespace ,
158158 rather than relying on explicit IDs or commit metadata. He
159159 implemented this idea in the form of a ` git-patch-id ` and tested it
160160 on the Linux kernel repository where it found 15 duplicate patches
@@ -420,7 +420,7 @@ zealous, inclusive and tireless maintainer that follows below._
420420 based on the wrong idea of what they are and then using them incorrectly.
421421
422422
423- What I think it is underutilized is the full power of commits of being
423+ What I think is underutilized is the full power of commits being
424424 a good source of documentation and good resource for, again, performing
425425 code archaeology that may help understanding what the code does and
426426 debugging it. Several developers treat the commits as just checkpoints.
@@ -435,8 +435,8 @@ zealous, inclusive and tireless maintainer that follows below._
435435[ _ Lucas Seiki Oshiro_ ] [ seiki ] : Perhaps it would be better to leave this
436436 question for other less known tools. But if you want an answer, I think:
437437
438- - [ Delta] ( https://github.com/dandavison/delta ) is a really cool to
439- format the diff-related outputs;
438+ - [ Delta] ( https://github.com/dandavison/delta ) is a really cool tool
439+ for formatting the diff-related outputs;
440440
441441- [ Kworkflow] ( https://kworkflow.org/ ) is a powerful tool for
442442 contributing to the Linux kernel source code (I should also
@@ -633,7 +633,7 @@ __Various__
633633 by Patrick Steinhardt on GitLab blog.
634634* [ GitHub MCP Server is now available in public preview] ( https://github.blog/changelog/2025-04-04-github-mcp-server-public-preview/ ) .
635635[ Model Context Protocol (MCP)] ( https://modelcontextprotocol.io/introduction )
636- is an AI tool calling standard that give LLMs (Large Language Models)
636+ is an AI tool calling standard that gives LLMs (Large Language Models)
637637 a standardized way to call functions, look up data, and interact with the world.
638638
639639
@@ -643,7 +643,7 @@ __Light reading__
643643 by Andrew Lock on his .NET Escapades blog.
644644* [ Mirroring my git repositories] ( https://dustri.org/b/mirroring-my-git-repositories.html )
645645 using [ cgit] ( https://git.zx2c4.com/cgit/about/ ) for the interface and nginx as a web server.
646- By Julien (jvoisin) Voisin on their7 blog.
646+ By Julien (jvoisin) Voisin on their blog.
647647* [ Mirroring my Repositories from GitHub to GitLab] ( https://cleberg.net/blog/git-mirror.html ) ,
648648 including both public and private repositories on GitLab Free tier.
649649 By Christian Cleberg on his blog.
0 commit comments