fix ahead/behind count in git status bar

This commit is contained in:
2026-06-04 14:30:57 +02:00
parent 3164873a66
commit 1bbd8fd1b9
2 changed files with 55 additions and 45 deletions
+1
View File
@@ -79,6 +79,7 @@ base64 = "0.22"
gix = { version = "0.84", features = ["max-performance", "parallel", "status", "blob-diff"] }
gix-diff = "0.64"
gix-status = "0.31"
gix-revwalk = "0.32"
# Image processing (Kitty graphics protocol)
image = { version = "0.25", default-features = false, features = ["png", "gif"] }