Files
gitea/modules/git
copilot-swe-agent[bot] d284f5c798 refactor: use ParseEntryMode in catBatchParseTreeEntries
Replace the manual switch statement for mode parsing with a call to
ParseEntryMode, which already handles all the same cases including edge
cases like "40755" via its fallback logic.

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

Agent-Logs-Url: https://github.com/go-gitea/gitea/sessions/c93c0d76-8a70-478f-a549-2f120c5f45c4

Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
2026-04-14 06:40:57 +00:00
..
2026-02-28 11:23:20 -08:00
2025-10-15 10:09:32 +02:00
2026-02-13 00:15:46 +00:00
2026-03-04 12:11:42 -08:00
2025-10-20 11:43:08 -07:00
2025-10-23 08:35:48 +00:00
2025-04-01 10:14:01 +00:00
2026-01-12 20:29:35 +08:00
2025-01-13 14:01:53 +08:00
2026-01-01 10:32:19 -08:00
2025-07-30 07:08:59 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.