Expand description
Git gutter signs from git diff (working tree vs HEAD) + optional blame.
Structs§
Enums§
Constants§
- BLAME_
ANIM_ MS - Slide-open / slide-close duration (ms).
- BLAME_
PANEL_ WIDTH - Full blame column width when open (cells).
Functions§
- blame_
width_ for_ openness - Column width for current anim openness (eased in UI).
- compute_
blame - Fixed flame palette — independent of editor theme. Blocking blame computation (runs on a background thread for the panel).
- compute_
gutter - Blocking gutter computation (runs on a background thread).
- flame_
color_ for - format_
blame_ gutter - Format blame for a narrow gutter:
ab a1b2c3d - parse_
blame_ porcelain - Parse
git blame --line-porcelaininto per-line info. - parse_
diff_ hunks - Parse unified diff hunks (
@@ -old,oc +new,nc @@) into line signs.