Libgit2 in 2024: The Past

(edwardthomson.com)

19 points | by DylanSp 8 months ago ago

3 comments

  • never_inline 8 months ago

    Anecdote: I missed the posh-git's detailed prompt when I used Linux. So used libgit2 to hack a custom git prompt in C. Although I could've used python bindings, the C API was very straightforward. Keep up the nice work.

  • 0x073 8 months ago

    I don't know how good the other language bindings are but, golang and php feels dead.

    So I hope it has a brighter future than I thought.

    • pornel 8 months ago

      Rust git2 bindings are pretty good and actively maintained.

      However, Rust also has `gix` which is a ground-up reimplementation, and once that matures, it will probably sideline libgit2.