Merged
Conversation
added 8 commits
March 7, 2026 02:27
- filter Unversioned stash candidates against current git status - show a confirmation warning before stashing unversioned files - document git stash --include-untracked behavior in README and changelog - update unit tests for current untracked-file handling
Selected lines from the editor or diff view can now be staged without staging the entire file. Introduce a tri-state stage model ("none" | "partial" | "all") to correctly represent files that contain both staged and unstaged changes. Preserve partial staging during commit preparation by avoiding blanket restaging of tracked files. Newly added files modified after staging are refreshed automatically before commit.
Add tests covering patch generation for selected line ranges, including overlapping hunks, neutralized blocks, and edge cases. Update RestageAlreadyStaged tests to reflect the new commit preparation behavior that preserves partial staging.
Update README to explain how to stage selected lines from the editor or diff view using the GW: Stage Selected Lines command. Add partial staging information to the changelist feature description and update keywords and changelog accordingly.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
==========================================
- Coverage 92.68% 92.20% -0.49%
==========================================
Files 37 38 +1
Lines 1094 1257 +163
Branches 259 299 +40
==========================================
+ Hits 1014 1159 +145
- Misses 15 25 +10
- Partials 65 73 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.