@@ -56,7 +56,7 @@ This edition covers what happened during the months of September and October 202
5656 [ the Contributor's Summit] ( https://lore.kernel.org/git/aOQVeVYY6zadPjln@nand.local/ ) .
5757 The [ full notes] ( https://docs.google.com/document/d/1arvvXP8DrF3F8PCKQOmGvYh5jUg8P9Clx9m-FgDD4EI/ )
5858 as well as [ notes broken down by topic] ( https://lore.kernel.org/git/aOQV6iM49QDhcC+C@nand.local/#r )
59- are avaialble .
59+ are available .
6060
6161* [ Git Mini Summit 2025] ( https://lore.kernel.org/git/aGwHt9HCd86hVuKh@pks.im/ )
6262
@@ -83,7 +83,7 @@ This edition covers what happened during the months of September and October 202
8383 displaying error messages in test failures (when pointer comparisons
8484 fail).
8585
86- Peff , alias Jeff King , replied to Randall that ` uintptr_t ` was
86+ Jeff King , alias Peff , replied to Randall that ` uintptr_t ` was
8787 already used in many places in the regular code, and guessed the
8888 issue might come from how clar defined that type. He noted though
8989 that the line in the clar test where ` uintptr_t ` appeared also
@@ -154,15 +154,15 @@ __Various__
154154
155155__ Light reading__
156156
157- + [ building for the future: on tangled 's existence and direction] ( https://anirudh.fi/future )
157+ + [ building for the future: on Tangled 's existence and direction] ( https://anirudh.fi/future )
158158 by Anirudh Oppiliappan on their blog;
159159 also published [ at icy takes blog] ( https://icy.leaflet.pub/3m47cll72hs25 ) on ATProto.
160160 + [ Tangled.sh] ( https://blog.tangled.sh/intro ) is a new social-enabled Git collaboration platform
161161 built on top of the AT Protocol / ATProto
162- (which is behind [ BlueSky] ( https://bsky.app/ ) microblogging federated social media service).
162+ (which is behind the [ BlueSky] ( https://bsky.app/ ) microblogging federated social media service).
163163 It was first mentioned in [ Git Rev News Edition #125 ] ( https://git.github.io/rev_news/2025/07/31/edition-125/ ) .
164164+ [ 6 months of Tangled: a quick recap, and notes on the future] ( https://blog.tangled.org/6-months )
165- by by Anirudh Oppiliappan and Akshay Oppiliappan on Tangled Blog.
165+ by Anirudh Oppiliappan and Akshay Oppiliappan on Tangled Blog.
166166+ [ Socially self-hosting source code with Tangled on Bluesky] ( https://anil.recoil.org/notes/disentangling-git-with-bluesky )
167167 by Anil Madhavapeddy, Professor of Planetary Computing on his blog.
168168+ [ Redistributing Git with Nostr] ( https://fiatjaf.com/18ff5416.html )
@@ -171,10 +171,10 @@ __Light reading__
171171 which is a tool to send and receive Git patches
172172 over [ Nostr] ( https://nostr.com/ ) , using [ NIP-34] ( https://github.com/nostr-protocol/nips/pull/997 )
173173 (first mentioned in [ Git Rev News Edition #109 ] ( https://git.github.io/rev_news/2024/03/31/edition-109/ ) ).
174- + Note that the [ git-credential-oauth] ( https://github.com/hickford/git-credential-oauth ) ,
174+ + Note that [ git-credential-oauth] ( https://github.com/hickford/git-credential-oauth ) ,
175175 a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket and Gerrit
176176 using [ OAuth] ( https://datatracker.ietf.org/wg/oauth/about/ ) ,
177- can replace the "create an account; pick a password; confirm an email address; setup SSH keys for pushing" step.
177+ can replace the "create an account; pick a password; confirm an email address; set up SSH keys for pushing" step.
178178+ [ How GitHub won software development] ( https://www.infoworld.com/article/4069045/how-github-won-software-development.html )
179179 by Nick Hodges on Rubber Duck Reflections opinions blog on InfoWorld.
180180+ [ You already have a git server] ( https://maurycyz.com/misc/easy_git/ )
@@ -209,7 +209,7 @@ __Light reading__
209209 an argument in the merge-vs-rebase debate.
210210 by Guillaume on DEV\. to.
211211+ [ Diff Algorithms] ( https://flo.znkr.io/diff/ )
212- by Florian Zenker on Florian Zenker's website.<br >
212+ by Florian Zenker on his website.<br >
213213 The result of this exploration was [ znkr.io/diff] ( https://znkr.io/diff ) ,
214214 a difference algorithm module for Go.
215215 + Note that with [ ` git diff ` ] ( https://git-scm.com/docs/git-diff )
@@ -246,7 +246,7 @@ __Easy watching__
246246 ([ slides] ( https://drive.google.com/file/d/1dVzug1lHoOxdbFu8gcCJCu-G_uVMUATI/edit ) )
247247 on Google for Developers channel on YouTube;
248248 part of [ JJ Con 2025 playlist] ( https://www.youtube.com/playlist?list=PLOU2XLYxmsILM5cRwAK6yKdtKnCK6Y4Oh ) .<br >
249- In this talk from Martin von Zweigbergk presents
249+ In this talk, Martin von Zweigbergk presents
250250 on Jujutsu architecture and future plans.<br >
251251 JJ Con 2025 was a dedicated conference hosted by Google
252252 for the [ Jujutsu] ( https://jj-vcs.github.io/jj/latest/ ) version control system.
@@ -283,7 +283,7 @@ __Git tools and sites__
283283 but differs in resulting output.
284284 Written in Rust, under MIT License.
285285+ [ Worktree Manager] ( https://github.com/jarredkenny/worktree-manager ) (wtm)
286- is s fast, modern CLI tool for managing Git worktrees in bare repositories.
286+ is a fast, modern CLI tool for managing Git worktrees in bare repositories.
287287 Written in TypeScript for Bun, under MIT License.
288288+ [ git-metrics] ( https://github.com/jdrouet/git-metrics )
289289 is a Git extension that makes it possible to track metrics about your project,
@@ -294,7 +294,7 @@ __Git tools and sites__
294294 + There is another [ git-metrics] ( https://github.com/Praqma/git-metrics ) tool,
295295 by Praqma / Eficode DevOps company,
296296 which consists of a set of scripts to analyse a Git repository for metrics
297- such as lead time and open branches. Writen in Python, no license provided.
297+ such as lead time and open branches. Written in Python, no license provided.
298298 It was mentioned in passing in [ Git Rev News Edition #48 ] ( https://git.github.io/rev_news/2019/02/27/edition-48/ ) .
299299+ [ git-spice] ( https://abhinav.github.io/git-spice/ ) is a tool for stacking Git branches.
300300 It lets you manage and navigate stacks of branches, conveniently modify and rebase them,
@@ -319,7 +319,7 @@ __Git tools and sites__
319319+ [ 0github.com] ( https://0github.com/ )
320320 is a service offering a heatmap diff viewer for code reviews,
321321 color-coding every diff line/token by how much human attention it probably needs.
322- To try it, replace github.com with 0github.com in any GitHub pull request url .
322+ To try it, replace github.com with 0github.com in any GitHub pull request URL .
323323 The [ cmux] ( https://cmux.dev/ ) engine it uses is open source (MIT License).
324324 It uses LLM (Large Language Model) to perform this task.
325325
0 commit comments