jj/cli
Austin Seipp bd110307ff cli: move some git utilities to new crate::git_utils
Gerrit also needs to be able to push low-level refs into upstream remotes, just
like `jj git push` does. Doing so requires providing callbacks e.g. for various
password entry mechanisms, which was private to the `git` command module.

Pull these out to a new module `git_utils` so we can reuse it across the two
call sites.

This also moves a few other strictly Git-related functions into `git_utils`
as well, just for the sake of consistency.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-01-20 15:58:37 -06:00
..
examples transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
src cli: move some git utilities to new crate::git_utils 2024-01-20 15:58:37 -06:00
testing
tests Support --user and --repo argument for config list command 2024-01-17 11:19:23 -08:00
build.rs
Cargo.toml
LICENSE