Skip to content

fix(git): 修复提交历史文件列表与 diff 视图异常#423

Merged
J3n5en merged 1 commit into
J3n5en:mainfrom
hellomrbigshot:fix/git-history-modified-files
Apr 17, 2026
Merged

fix(git): 修复提交历史文件列表与 diff 视图异常#423
J3n5en merged 1 commit into
J3n5en:mainfrom
hellomrbigshot:fix/git-history-modified-files

Conversation

@hellomrbigshot

Copy link
Copy Markdown
Contributor
  • 使用 git diff-tree --root 获取普通提交的变更文件列表,避免 git show 输出补丁导致解析异常
  • 提交历史 Diff Viewer 按 commitHash 隔离 Monaco model URI,并在卸载时释放 commit-view models,防止内存累积

- 使用 `git diff-tree --root` 获取普通提交的变更文件列表,避免 `git show` 输出补丁导致解析异常
- 提交历史 Diff Viewer 按 `commitHash` 隔离 Monaco model URI,并在卸载时释放 commit-view models,防止内存累积
@github-actions

Copy link
Copy Markdown
Contributor

Claude Code is working…

I'll analyze this and get back to you.

View job run

@J3n5en J3n5en merged commit 476bcf0 into J3n5en:main Apr 17, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants