julia
0659590c
- LibGit2: fix GitBlob show to preview only first 3 lines
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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>
References
#61676 - LibGit2: fix various typos found by AI
Author
KristofferC
Committer
KristofferC
Parents
0ee32030
Loading