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-127.md
+101Lines changed: 101 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,14 @@ This edition covers what happened during the months of August and September 2025
165
165
166
166
__Various__
167
167
168
+
+[What’s next for Git? 20 years in, the community is still pushing forward](https://github.blog/open-source/whats-next-for-git-20-years-in-the-community-is-still-pushing-forward/)
169
+
by Lee Reilly on GitHub Blog - mainly about
170
+
the [Git Merge 2025 talks lineup](https://git-merge.com/#speakers).
171
+
+[Git Developers Debate Making Rust Mandatory](https://www.phoronix.com/news/Git-Weighs-Mandatory-Rust)
172
+
by Michael Larabel on Phoronix.
173
+
+[A policy for `Link:` tags](https://lwn.net/Articles/1037069/) (for Linux),
174
+
by Jonathan Corbet on LWN\.net.
175
+
168
176
169
177
__Light reading__
170
178
@@ -174,14 +182,92 @@ __Light reading__
174
182
by D. Ben Knoble on his Junk Drawer personal Blog,
175
183
about the new `git-greb` script that feeds `git grep` to `git blame`
176
184
(with appropriate options) in order to blame matching lines.
185
+
+[My new git utility `what-changed-twice` needs a new name](https://blog.plover.com/2025/09/21/#what-changed-twice)
186
+
by Mark Dominus (陶敏修) on his The Universe of Discourse blog,
187
+
about the tool to help get related changes into the same commit.
188
+
+[Supercharge your Git workflows](https://about.gitlab.com/blog/supercharge-your-git-workflows/)
189
+
by Darwin Sanoy on GitLab Blog, about how to
190
+
optimize `git clone` operations in any environment, reducing clone time and disk space,
191
+
with the [Git Much Faster](https://gitlab.com/gitlab-accelerates-embedded/misc/git-much-faster) script.
192
+
+ Compare with [Scalar](https://github.com/microsoft/scalar),
193
+
a tool that helps Git scale to handle large Git repositories
194
+
by enabling some advanced Git features.
195
+
Scalar was first mentioned in [Git Rev News Edition #60](https://git.github.io/rev_news/2020/02/19/edition-60/),
196
+
and now is part of Git: [scalar - A tool for managing large Git repositories](https://git-scm.com/docs/scalar).
197
+
[The Story of Scalar](https://github.blog/2022-10-13-the-story-of-scalar/)
198
+
was mentioned in [Edition #92](https://git.github.io/rev_news/2022/10/26/edition-92/).
199
+
+[Git - Fun Facts](https://dev.to/rubansi/git-fun-fact-45de)
200
+
by Rubansi Vincent on DEV\.to:
201
+
a mix of fun and surprising facts about Git.
202
+
+[Dear GitHub: no YAML anchors, please](https://blog.yossarian.net/2025/09/22/dear-github-no-yaml-anchors)
203
+
by William Woodruff (yossarian) on his ENOSUCHBLOG blog.
204
+
He says that they are redundant with existing functionality,
205
+
make CI/CD human and machine comprehension harder,
206
+
and their support in GitHub Actions does not introduce any new, previously unavailable features.
207
+
+[Custom VC-Focused Emacs Functions I Created to Enhance My Git Workflow](https://www.rahuljuliato.com/posts/vc-git-functions)
208
+
by Rahul M. Juliato on Rahul's Blog.
209
+
+[How to delete all squash-merged local git branches with one terminal command](https://whitep4nth3r.com/blog/how-to-delete-all-squash-merged-local-git-branches-with-one-terminal-command/)
210
+
(which you probably shouldn't use),
211
+
by Salma Alam-Naylor on her blog.
212
+
+[finding deleted content using git logs](https://kjelsrud.dev/blog/finding-deleted-content-using-git-logs/)
213
+
by Sindre Kjelsrud, also known as “Sid”, on Sids' blog:
+[Merging code embedded inside an if-statement](https://www.youtube.com/watch?v=sm4Naq_zJU0&t=2s)
269
+
+[12 Git commands visualized in 3D: a spatial approach to understanding version control](https://www.youtube.com/watch?v=C2aFC8wFp2A)
270
+
[4:58], on Initial Commit channel on YouTube.
185
271
186
272
187
273
__Git tools and sites__
@@ -197,6 +283,15 @@ __Git tools and sites__
197
283
+ Be a simple command line tool that tries to do as much as it can without supervision, and with minimal supervision when complexities are encountered.
198
284
199
285
Written in Scala, under an MIT license.
286
+
+[Git Much Faster](https://gitlab.com/gitlab-accelerates-embedded/misc/git-much-faster)
287
+
is a comprehensive benchmarking tool for comparing different Git clone strategies,
0 commit comments