You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-125.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ welcome your thoughts and feedback!_
232
232
been moments when some of my contributions led to insights even long
233
233
time contributors hadn’t considered, including Junio Hamano. That
234
234
boosted my confidence not just in contributing to Git, but to other
235
-
software projects as well i.e I can get my patches accepted anywhere,
235
+
software projects as well, i.e., I can get my patches accepted anywhere,
236
236
I just need to convince others that it actually solves a problem.
237
237
238
238
***How do you balance your contributions with other responsibilities
@@ -271,7 +271,7 @@ welcome your thoughts and feedback!_
271
271
clear, structured commit messages. Git commits, like those in the
272
272
Linux kernel, follow a thoughtful format: describe the current state,
273
273
the problem, and the fix. From reading most of the commit messages in
274
-
Git, you would have understood and been to visualize what the changes
274
+
Git, you would have understood and been able to visualize what the changes
275
275
will look like. It also makes it easy to track the changes to other
276
276
prerequisite commits. I have been using the Git commit messages format
277
277
in other projects and I really love it.
@@ -394,11 +394,11 @@ __Various__
394
394
+[[LWN.net] A set of Git security-fix releases](https://lwn.net/Articles/1029182/)
395
395
by Jonathan Corbet on LWN\.net, and<br>
396
396
[Multiple vulnerabilities fixed in Git](https://www.openwall.com/lists/oss-security/2025/07/08/4)
397
-
by Taylor Blau on oss-security mailing list
397
+
by Taylor Blau on oss-security mailing list.
398
398
+[[ANNOUNCE] Git v2.50.1 and friends](https://public-inbox.org/git/xmqqzfdevcov.fsf@gitster.g/t/#u)
399
-
by Junio C Hamano on the git mailing list.
399
+
by Junio C Hamano on the Git mailing list.
400
400
+[Launchpad](https://launchpad.net/) is [phasing out Bazaar code hosting](https://discourse.ubuntu.com/t/phasing-out-bazaar-code-hosting/62189).
401
-
This post provides link to the [Migrate a Repository From Bazaar to Git](https://jugmac00.github.io/blog/migrate-a-repository-from-bazaar-to-git/) article.
401
+
This post provides a link to the [Migrate a Repository From Bazaar to Git](https://jugmac00.github.io/blog/migrate-a-repository-from-bazaar-to-git/) article.
402
402
403
403
404
404
__Light reading__
@@ -450,7 +450,7 @@ __Light reading__
450
450
[Radicle](https://radicle.xyz/) is the distributed git hosting system,
451
451
first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/).
452
452
+[Cutting GitHub out of the loop](https://www.circusscientist.com/2025/07/23/cutting-github-out-of-the-loop/)
453
-
(by deploying to VPS with Git and SSH).
453
+
(by deploying to a VPS with Git and SSH).
454
454
Written by tomjuggler on The Circus Scientist Site.
is a Bash script that resolves a short git commit ID to its full SHA-1 hash,
513
513
which is particularly useful for fixing references in commit messages.
514
-
Under GPL-2.0 license.
514
+
Under GPL-2.0 license.
515
515
+[GitHub Trends](https://www.githubtrends.io/) is a service that
516
-
uses GitHub API to bring you insightful metrics on your contributions,
516
+
uses the GitHub API to bring you insightful metrics on your contributions,
517
517
broken by repository and language.
518
518
+[DeepWiki](https://deepwiki.com/): AI-generated docs for any repo.
519
519
This service turns any public GitHub repo into up-to-date documentation you can talk to
520
520
(see for example [DeepWiki: git/git](https://deepwiki.com/git/git).
521
521
DeepWiki is the free public version of [Devin Wiki](https://docs.devin.ai/work-with-devin/devin-wiki) and [Devin Search](https://docs.devin.ai/work-with-devin/devin-search).<br>
522
-
There are a few silimar projects, like
522
+
There are a few similar projects, like
523
523
[Open Source DeepWiki](https://github.com/AsyncFuncAI/deepwiki-open) and
is an AI-powered agent for triaging failed [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide) pull requests
527
-
across one GitHub repositories. The agent uses [Pydantic AI](https://ai.pydantic.dev/)
527
+
across one's GitHub repositories. The agent uses [Pydantic AI](https://ai.pydantic.dev/)
528
528
for LLM-based decisions and the GitHub API for repository, PR, and issue management.
529
529
Written in Python, under MIT license.
530
-
+[tangled](https://tangled.sh/) is new social-enabled git collaboration platform
531
-
built on [AT Protocol](https://atproto.com/) (that powers the Bluesky social network).
530
+
+[tangled](https://tangled.sh/) is a new social-enabled git collaboration platform
531
+
built on the [AT Protocol](https://atproto.com/) (that powers the Bluesky social network).
532
532
Written in Go, under MIT license; note that it is in alpha stage of development.<br>
533
533
Compare with:
534
534
+[Radicle](https://radicle.xyz/), a peer-to-peer, local-first code collaboration stack built on Git
0 commit comments