gitui/asyncgit
Stephan Dilly 36ff0be9d1
support hooks: post-commit,commit-msg (#15)
* support hooks: post-commit and commit-msg
* some unittests
* exclude tests on windows for now
2020-04-09 09:23:59 +02:00
..
src support hooks: post-commit,commit-msg (#15) 2020-04-09 09:23:59 +02:00
Cargo.toml support hooks: post-commit,commit-msg (#15) 2020-04-09 09:23:59 +02:00
README.md more crates publish prep 2020-03-24 21:20:06 +01:00

asyncgit

allow using git2 in a asynchronous context

This crate is part of the gitui project. It is used put long running git2 calls onto a thread pool and use crossbeam-channel to wait for a message to confirm the call finished.