Files
gitea/modules
copilot-swe-agent[bot] 4bece1feb4 refactor: ParseCatFileTreeLine returns slices from ReadBytes, remove pre-provided buffers
Replace the three caller-provided buffer parameters (modeBuf, fnameBuf, shaBuf)
with internal allocation. Use rd.ReadBytes('\x00') to read mode+fname in one
call and slice the result directly. Allocate sha internally. Update both callers
(catBatchParseTreeEntries and lfs_nogogit.go) to drop the buffer setup.

Co-Authored-By: GitHub Copilot <copilot@github.com>

Agent-Logs-Url: https://github.com/go-gitea/gitea/sessions/43dab9a5-8c12-41c7-8da6-77c268a65ada

Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
2026-04-14 06:49:29 +00:00
..
2026-04-01 11:26:52 +08:00
2026-04-03 20:03:59 +00:00
2025-09-13 18:01:00 +00:00
2026-02-28 11:23:20 -08:00
2026-04-01 11:26:52 +08:00
2022-12-30 23:31:00 +08:00
2026-03-22 15:49:45 +00:00