Highlights from Git 2.37

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Git

    Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

  • Wow. I wasn't expecting anything like a filesystem monitor in git(1) itself.

    They post says Jeff Hostetler, the author of the patches, will make a blog post delving into it. So it's worth bookmarking that post and coming back.

    Apparently git 2.16 had a fsmonitor for watchman itself (it got passed me): https://github.com/git/git/commit/def4376711f607914bfb784f8d...

    My understanding it this kind of abstraction needs to be written across platforms. And it says just Mac (FSEvents?) and Windows (ReadDirectoryChangesW?) for now. So can we expect Linux (inotify?) and FreeBSD (kqueue ) in the future?

    Anyway, I hope this venture is fruitful. The premise of having cross-platform file watching without needing an extra application is delightful.

    Thank you Jeff!

    I believe one area that may be tricky is kqueue, I believe it has limits in watching directories.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts