cli: use git config's `core.abbrev` for SHA-1 abbrevs
1 pending
(1 total)
View logs
modified radicle-cli/src/git.rs
@@ -35,6 +35,9 @@ pub const CONFIG_SIGNING_KEY: &str = "user.signingkey";
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -331,6 +334,59 @@ pub fn check_version() -> Result<Version, anyhow::Error> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -348,9 +404,9 @@ pub fn view_diff(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/format.rs
@@ -14,6 +14,7 @@ use radicle::profile::{env, Profile};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -27,7 +28,11 @@ pub fn node(node: &NodeId) -> Paint<String> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -47,7 +52,11 @@ pub fn command<D: fmt::Display>(cmd: D) -> Paint<String> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|