mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
* Fix missing the first char when parsing diff hunk header * Fix #35040 * Fix #35049 ---- Introduced in https://github.com/go-gitea/gitea/pull/12047/files#diff-de48c2f70e24ff5603180acf8b5ce9d0356ede8a45bfbf2a485707282ace6d6aR268 Before: <img width="487" height="167" alt="image" src="https://github.com/user-attachments/assets/17524c76-a296-4b4b-a4f9-c5150c41bae5" /> After: <img width="749" height="144" alt="image" src="https://github.com/user-attachments/assets/bcb12c76-c1ae-40f1-81b7-183d15f891db" /> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| codebase_test.go | ||
| codebase.go | ||
| codecommit.go | ||
| common.go | ||
| dump.go | ||
| error.go | ||
| git.go | ||
| gitbucket.go | ||
| gitea_downloader_test.go | ||
| gitea_downloader.go | ||
| gitea_uploader_test.go | ||
| gitea_uploader.go | ||
| github_test.go | ||
| github.go | ||
| gitlab_test.go | ||
| gitlab.go | ||
| gogs_test.go | ||
| gogs.go | ||
| http_client.go | ||
| main_test.go | ||
| migrate_test.go | ||
| migrate.go | ||
| onedev_test.go | ||
| onedev.go | ||
| restore.go | ||
| update.go | ||