Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Resolve WinError 32 during sparse-checkout fallback on Windows — use retry-capable cleanup, fresh clone path for full-clone fallback, and explicit GitPython handle release (#235)
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry says the WinError 32 fix is specific to the sparse-checkout fallback path, but PR #235’s root cause/fix also covers the success path (GitPython handle release during cleanup). Please reword this line to describe the Windows sparse-checkout cleanup issue more generally so the release notes are accurate.

Suggested change
- Resolve WinError 32 during sparse-checkout fallback on Windows — use retry-capable cleanup, fresh clone path for full-clone fallback, and explicit GitPython handle release (#235)
- Resolve WinError 32 in Windows sparse-checkout cleanup — use retry-capable cleanup, fresh clone path for full-clone fallback, and explicit GitPython handle release (#235)

Copilot uses AI. Check for mistakes.

## [0.7.7] - 2026-03-10

### Added
Expand Down
Loading