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
It is a monorepo & monolithic codebase management system that supports Git.
263
264
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).
264
265
Written in Rust and TypeScript.
265
-
*[Oshiro's git](https://github.com/lucasoshiro/oshit): VCS written in Haskell
266
-
that tries to be compatible with git. This is not safe to use,
267
-
and is only meant for learning how git works and how hard it is.
266
+
*[Oshit aka Oshiro's git](https://github.com/lucasoshiro/oshit): VCS written in Haskell
267
+
that tries to be compatible with Git. This is not safe to use,
268
+
and is only meant for learning how Git works and how hard it is.
268
269
*[codeowner-filter](https://kertal.github.io/codeowner-filter/) is a simple web tool
269
270
that solves the problem of finding just the files your team owns based
270
271
on the contents of [CODEOWNERS](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file.
271
-
It will generate search filters for VSCode, scope configration for IDEA IDEs, and a list.
272
+
It will generate search filters for VSCode, scope configuration for IDEA IDEs, and a list.
272
273
*[CodeOwners Filter](https://github.com/akowalska622/codeowners-filter) is a Visual Studio Code extension
273
274
that gives you a visual representation of the CODEOWNERS file
274
275
and helps you generate glob include patterns for any code owner.
@@ -281,15 +282,15 @@ __Git tools and sites__
281
282
*[reproduce](https://github.com/vltpkg/reproduce) is an open-source tool
282
283
designed to independently verify whether a published npm package
283
284
can be faithfully rebuilt from its declared source.
284
-
It is described in [Reproducibility vs. Provenance: Trusting the JavaScript Supply Chain](https://blog.vlt.sh/blog/reproducibility)
285
+
It is described in the [Reproducibility vs. Provenance: Trusting the JavaScript Supply Chain](https://blog.vlt.sh/blog/reproducibility)
285
286
blog post by Darcy Clarke.
286
287
*[Graft](https://graft.rs/) is an open-source transactional storage engine
287
288
designed for efficient data synchronization at the edge.
288
-
It is described in [Stop syncing everything](https://sqlsync.dev/posts/stop-syncing-everything/)
289
+
It is described in the [Stop syncing everything](https://sqlsync.dev/posts/stop-syncing-everything/)
289
290
article by Carl Sverre, his [Storing small things in big places](https://www.youtube.com/watch?v=eRsD8uSAi0s1)
290
-
Vancouver Systems Talk (video on YouTube, 55:04), and
291
+
Vancouver Systems talk (video on YouTube, 55:04), and his
291
292
[Building a serverless database replica with Carl Sverre](https://www.youtube.com/watch?v=dJurdmhPLH411)
292
-
High Performance SQLite Talk (video on YouTube, 1:10:19).
293
+
High Performance SQLite talk (video on YouTube, 1:10:19).
0 commit comments