huskies: merge 927

This commit is contained in:
dave
2026-05-12 17:55:12 +00:00
parent b8945654bf
commit 03a99b3cf1
33 changed files with 119 additions and 25 deletions
+1
View File
@@ -3,6 +3,7 @@
use super::CommandContext;
/// Show compact git status: branch, uncommitted files, ahead/behind remote.
#[allow(clippy::string_slice)] // line[..2] and line[3..]: git porcelain XY status codes are always ASCII
pub(super) fn handle_git(ctx: &CommandContext) -> Option<String> {
use std::process::Command;