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-122.md
+91-2
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,104 @@ This edition covers what happened during the months of March 2025 and April 2025
37
37
38
38
__Various__
39
39
40
+
*[Git turns 20: A Q&A with Linus Torvalds](https://github.blog/open-source/git/git-turns-20-a-qa-with-linus-torvalds/)
41
+
by Taylor Blau on GitHub blog.
42
+
*[Celebrating Git's 20th anniversary with creator Linus Torvalds](https://about.gitlab.com/blog/2025/04/07/celebrating-gits-20th-anniversary-with-creator-linus-torvalds/)
43
+
by Patrick Steinhardt on GitLab blog.
44
+
*[Linus Torvalds built Git in 10 days - and never imagined it would last 20 years](https://www.zdnet.com/article/linus-torvalds-built-git-in-10-days-and-never-imagined-it-would-last-20-years/)
45
+
by Steven Vaughan-Nichols on ZDNet.
46
+
*[20 years of Git. Still weird, still wonderful.](https://blog.gitbutler.com/20-years-of-git/)
47
+
by Scott Chacon on Butler's Log (GitButler).
48
+
*[Journey through Git's 20-year history](https://about.gitlab.com/blog/2025/04/14/journey-through-gits-20-year-history/)
49
+
by Patrick Steinhardt on GitLab blog.
50
+
*[GitHub MCP Server is now available in public preview](https://github.blog/changelog/2025-04-04-github-mcp-server-public-preview/)
is an unofficial open source implementation of Google Piper (a proprietary, massive,
104
+
centralized version control system that Google uses internally to manage their vast codebase).
105
+
It is a monorepo & monolithic codebase management system that supports Git.
106
+
More information can be found in [Why Google Stores Billions of Lines of Code in a Single Repository](https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext).
107
+
Written in Rust and TypeScript.
108
+
*[Oshiro's git](https://github.com/lucasoshiro/oshit): VCS written in Haskell
109
+
that tries to be compatible with git. This is not safe to use,
110
+
and is only meant for learning how git works and how hard it is.
111
+
*[codeowner-filter](https://kertal.github.io/codeowner-filter/) is a simple web tool
112
+
that solves the problem of finding just the files your team owns based
113
+
on the contents of [CODEOWNERS](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file.
114
+
It will generate search filters for VSCode, scope configration for IDEA IDEs, and a list.
115
+
*[CodeOwners Filter](https://github.com/akowalska622/codeowners-filter) is a Visual Studio Code extension
116
+
that gives you a visual representation of the CODEOWNERS file
117
+
and helps you generate glob include patterns for any code owner.
0 commit comments