What is the purpose of the git2 binary? #6805
-
|
I'm packaging the libgit2 library for Windows via Chocolatey and moderators have asked about the git2.exe generated by CMake. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It's a command-line interface that is primarily meant to aide development and debugging. Here's some more information: #6133 If it were me, I would not package it with libgit2. I might package it as its own separate application but there's little demand for such a thing from end-users. |
Beta Was this translation helpful? Give feedback.
It's a command-line interface that is primarily meant to aide development and debugging. Here's some more information: #6133
If it were me, I would not package it with libgit2. I might package it as its own separate application but there's little demand for such a thing from end-users.