gitui/asyncgit
dependabot-preview[bot] 2311098a17 Bump git2 from 0.13.3 to 0.13.4
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.3...0.13.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-24 14:19:41 +02:00
..
src fix diff of newfile when cwd in subdir (fixes #25) 2020-04-18 18:53:15 +02:00
Cargo.toml Bump git2 from 0.13.3 to 0.13.4 2020-04-24 14:19:41 +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.