This commit is contained in:
Marco Verleun 2025-03-01 07:14:10 +00:00 committed by GitHub
commit 4e827f98b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.