jj/cli
Martin von Zweigbergk 7c8a0a18f9 repo: define types for backend initializer functions
`ReadonlyRepo::init()` takes callbacks for initializing each kind of
backend. We called these things like `op_store_initializer`. I found
that confusing because it is not a `OpStoreFactory` (which is for
loading an existing backend). This patch tries to clarify that by
renaming the arguments and adding types for each kind of callback
function.
2023-10-16 22:33:44 -07:00
..
examples repo: define types for backend initializer functions 2023-10-16 22:33:44 -07:00
src cli: pass remote_name to "git clone" helper as argument 2023-10-17 14:13:42 +09:00
testing
tests cli: add API and branch subcommand to track/untrack remote branches 2023-10-16 23:21:05 +09:00
build.rs
Cargo.toml backend: make read functions async 2023-10-08 23:36:49 -07:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00