From c92a769d7cd0693234dc128f699378bb169cc6dd Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 1 Mar 2025 08:30:20 -0800 Subject: [PATCH] Typo in v3-to-v4.md --- v3-to-v4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-to-v4.md b/v3-to-v4.md index 19bc13b..a91dd7e 100644 --- a/v3-to-v4.md +++ b/v3-to-v4.md @@ -34,7 +34,7 @@ condition where a symbolic name can change after `git ls-remote` but before ### The v4.2+ loop The v4.2 loop refines the v4 loop even further. Instead of using ls-remote to -see what the upstream has and then fetching it, git-sync sill just fetch it by +see what the upstream has and then fetching it, git-sync will just fetch it by ref. If the local sync already has the corresponding hash, nothing more will be synced. If it did not have that hash before, then it does now and can update the worktree.