git-date VS libgit2

Compare git-date vs libgit2 and see what are their differences.

git-date

Bindings onto the date parsing code from Git (by singpolyma)

libgit2

A cross-platform, linkable library implementation of Git that you can use in your application. (by libgit2)
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
git-date libgit2
- 35
6 10,101
- 0.4%
0.0 9.4
about 7 years ago 21 days ago
C C
GNU General Public License v2.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

git-date

Posts with mentions or reviews of git-date. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning git-date yet.
Tracking mentions began in Dec 2020.

libgit2

Posts with mentions or reviews of libgit2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-18.
  • Libgit2 – The Git Linkable Library
    1 project | news.ycombinator.com | 15 Aug 2025
  • In the long run, GPL code becomes irrelevant (2015)
    3 projects | news.ycombinator.com | 18 Jul 2025
    Notably, libgit2[1] is GPLv2 with a full linking exception, while e.g. go-git[2] is Apache2.

    [1] https://github.com/libgit2/libgit2

    [2] https://github.com/go-git/go-git

  • Artisanal Handcrafted Git Repositories
    4 projects | news.ycombinator.com | 16 Jul 2025
    Not sure what gitoxide is, but libgit already exists, it seems to be an independent implementation - https://github.com/libgit2/libgit2

    I think Github and most big Git hosts use it

  • Decreasing Gitlab repo backup times from 48 hours to 41 minutes
    10 projects | news.ycombinator.com | 6 Jun 2025
  • Git Without a Forge
    6 projects | news.ycombinator.com | 5 Mar 2025
    That does get intense pretty quickly, if you're generating a source and commit/diff pages for every file * every commit. Probably just single commits would make the most sense and then a source browser for each branch.

    That said, JavaScript libgit2 is totally a thing [1], so doing it "properly" in a client app is totally possible.

    [1]: https://github.com/libgit2/libgit2/issues/4376

  • Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
    8 projects | news.ycombinator.com | 5 Mar 2024
    Everything that is replicated on the network is stored as a Git object, using the libgit2[0] library. This library uses hardened SHA-1 internally, which is called sha1dc (for "detect collision").

    [0]: https://github.com/libgit2/libgit2/blob/ac0f2245510f6c75db1b...

  • Speedbump – a TCP proxy to simulate variable network latency
    3 projects | news.ycombinator.com | 16 Jan 2024
    This is delightful and I can't wait to try it out. Right now, the libgit2 project (https://github.com/libgit2/libgit2) has a custom HTTP git server wrapper that will throttle the responses down to a very slow rate. It's fun watching a `git clone` running over 2400 baud modem speeds, but it's actually been incredibly helpful for testing timeouts, odd buffering problems, and other things that crop up in weird network environments.

    I'd love to jettison our hacky custom code and use something off-the-shelf instead.

  • Things I just don't like about Git
    6 projects | news.ycombinator.com | 8 Oct 2023
  • GitKraken Client Is Migrating from Libgit2 to the Git Executable
    1 project | news.ycombinator.com | 29 Aug 2023
    I've built a UI on top of libgit2 and I wish that this blog post expanded on which new features are missing (sparse checkout?).

    To quote: "The migration to Git Executable will allow us to resolve long-standing issues with GitKraken Client, such as poor LFS performance, SSH configuration support and many other features/performance improvements."

    I agree on LFS performance on Windows. SSH config support is a pain due to libssh2 but openssh support is on the way (https://github.com/libgit2/libgit2/pull/6617).

    There are many cons to using the Git executable itself (parsing output, error reporting, version handling). Seems to me that there's more to this?

  • Mold 2.0.0
    4 projects | news.ycombinator.com | 26 Jul 2023
    I'm curious about the license change? This is an executable is it not? Invoking it as a separate process does not require you make the software calling it GPL so switching to MIT should have no affect in the common case.

    If the authors really wanted a more permissive license, then instead of relicensing from AGPL to MIT they should have gone AGPL with linking exception. An example of a project that does this is libgit2 [1]. This licensing is more permissive but still permits the author to sell commercial licenses to those making closed-source code changes.

    [1] https://github.com/libgit2/libgit2#license

What are some alternatives?

When comparing git-date and libgit2 you can also consider the following projects:

git-fmt - WIP: A custom git command for formatting code

pygit2 - Python bindings for libgit2

git - git protocol and storage in pure haskell

git - A fork of Git containing Microsoft-specific patches.

git-all - Utility for finding all Git repositories that need attention

libevent - Event notification library

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that C is
the 6th most popular programming language
based on number of references?