How to traverse a git repository using libgit2 and C++

This is a very simple C++ tutorial

3 Comments

  1. Johann Cruyff

    Is this similar to how gitweb works?

    Reply
    1. Davide Coppola (Post author)

      As concept maybe, but gitweb is a standalone Perl script and to my knowledge it doesn’t use any external library.

      Reply
  2. Sam Y

    Could you write an example on how to simulate the command “git commit -am ” using libgit2? Thanks.

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *