On Tue, Sep 08, 2026 at 02:51:37PM +0530, Kaartic Sivaraam wrote:
On 9/7/26 16:48, Patrick Steinhardt wrote:
quoted
diff --git a/t/t7424-submodule-mixed-ref-formats.sh b/t/t7424-submodule-mixed-ref-formats.sh
index 1ca245c732..5eaf689d74 100755
--- a/t/t7424-submodule-mixed-ref-formats.sh
+++ b/t/t7424-submodule-mixed-ref-formats.sh
@@ -63,9 +63,9 @@ test_expect_success 'recursive clone propagates ref storage format' '
test_ref_format upstream/submodule "$GIT_DEFAULT_REF_FORMAT" &&
# The cloned repositories should use the other ref format that we have
- # specified via `--ref-format`. The option should propagate to cloned
+ # specified via `--ref-storage`. The option should propagate to cloned
s/ref-storage/ref-storage-format
Rest of the patch looks fine to me.
Well spotted, fixed now.
Patrick