jj/cli
Yuya Nishihara 837dc4f47c git_backend: rewrite remaining git_repo() callers, make it private
While debugging git issues, I often ended up creating a deadlock by adding
debug prints. It's also not obvious that git::export_refs() works even if the
git_repo() has already been locked, whereas git::import_refs() wouldn't. Let's
consolidate lock handling to the backend implementation.
2023-10-04 00:04:24 +09:00
..
examples
src git_backend: rewrite remaining git_repo() callers, make it private 2023-10-04 00:04:24 +09:00
testing
tests cli: don't list commits abandoned by import/fetch, just print the number 2023-10-03 14:07:56 +09:00
build.rs
Cargo.toml
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00