| Crates.io | run-git |
| lib.rs | run-git |
| version | 0.1.0 |
| created_at | 2025-08-18 20:02:17.772716+00 |
| updated_at | 2025-08-18 20:02:17.772716+00 |
| description | Run Git easily |
| homepage | https://github.com/pflanze/xmlhub-indexer/tree/master/libs/run-git |
| repository | https://github.com/pflanze/xmlhub-indexer |
| max_upload_size | |
| id | 1800995 |
| size | 48,951 |
This offers a way to interact with the git tool from an existing Git
installation conveniently. I.e. this trades a dependency on a Git
library (which also might not behave identical to the git tool, or be
difficult to make behave the same?, and makes for a large binary) for
a dependency on the normal git tool (that also will behave as you know
it, but might have to be installed separately by the user).
Still a work in progress, i.e. only supports a relatively small part of all the functionality that Git offers, although enough for two real world projects so far. Hopefully easy to extend, although perhaps the API design could be improved--suggestions welcome.