Accept alternate squash solution

- validate the upstream requirement of exactly two commits
- accept soft reset followed by a replacement commit
- reject resetting to one commit without creating the squashed commit
- document squash validation parity
This commit is contained in:
Joe Tretter
2026-06-08 15:12:28 -05:00
parent 06c60356e5
commit a70350000c
3 changed files with 12 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 169
versionName = "0.1.168"
versionCode = 170
versionName = "0.1.169"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true