On Sun, Jul 26, 2020 at 3:55 PM brian m. carlson
[off-list ref] wrote:
Use test_oid instead of hard-coding a fixed size all-zeros object ID.
This patch is doing more than replacing all-zero OID's. Perhaps say instead:
Use test_oid instead of hard-coding SHA-1-specific OID's.
or something.
quoted hunk ↗ jump to hunk
Signed-off-by: brian m. carlson <redacted>
---
diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh
@@ -695,6 +705,7 @@ test_expect_success 'using --untracked-cache does not fail when core.untrackedCa
test_expect_success 'setting core.untrackedCache to keep' '
+ touch ../expect-from-test-dump &&
This change seems unrelated to all other changes in this patch.