Files
Verso/services
claude 57a1ce4f14
Build and Deploy Verso / deploy (push) Successful in 1m28s
perf(git-sync): depth=1 fetch and skip fetch when remote is unchanged
--depth=1 limits fetch to only the latest commit's tree objects instead
of the full history, dramatically reducing fetch time on repos with
many commits. A git ls-remote check before fetching skips the fetch
entirely when local HEAD already matches remote HEAD, which is the
common case after a push with no external changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 11:07:18 +00:00
..