Files
opengist/internal/git
Klippo 8dce010592 fix(git): stop unbounded diff content growth for large files (#787)
* fix(git): stop unbounded diff content growth for large files

parseDiffContent's per-file truncation counter was declared but never
incremented, so the byte cap on diff content never triggered resulting
in performance degradation for large files.

* Fix remaining bytes

---------

Co-authored-by: Thomas Miceli <tho.miceli@gmail.com>
2026-08-04 08:38:24 +02:00
..
2024-11-23 17:25:58 +01:00
2026-07-27 03:41:17 +02:00