Tighten Rm level validation

- Require the Rm level to stage or remove the tracked deleted file instead of treating the initial deleted worktree state as solved.
- Add a regression test proving read-only commands such as `ls` do not complete the Rm level.
- Verify the full JVM level solution suite with the compiled host Git runtime.
This commit is contained in:
Joe Tretter
2026-05-07 16:51:43 -05:00
parent 6444ad07c6
commit 434bd8d97d
3 changed files with 16 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 125
versionName = "0.1.124"
versionCode = 126
versionName = "0.1.125"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true