julia
0659590c - LibGit2: fix GitBlob show to preview only first 3 lines

Commit
49 days ago
LibGit2: fix GitBlob show to preview only first 3 lines `max(length(conts), 3)` always shows all lines since the length is typically >= 3. Use `min` to correctly cap the preview at 3 lines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
Committer
Parents
Loading