This commit is contained in:
Marco Verleun 2025-03-01 08:13:54 +01:00 committed by GitHub
parent 217fa438dc
commit aeb6f89d58
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
The v4.2 loop refines the v4 loop even further. Instead of using ls-remote to 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 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 be synced. If it did not have that hash before, then it does now and can
update the worktree. update the worktree.