push history incremental and honest bundle errors (knit) - #175
Merged
marc-merino merged 1 commit intoAug 29, 2026
Merged
Conversation
knit push and knit sync push --history re-uploaded the whole project history ledger on every run, one 500-event request after another and in silence: on a 6385-event project that was 13 sequential requests and half a minute with no output after the branch pushes, which read as a hang. The push now keeps a per-remote cursor (event count + fingerprint of the pushed lines): an unchanged ledger costs no request, an appended one sends only the tail, and a rebuilt one sends everything again, four requests at a time. The sync also says when it starts and how much it is sending. Resolving a bundle from the workspace root with no fallback selected said "No active Knit bundle found. Run knit bundle …" even with four bundles open. It now names the open bundles and the --bundle flag, and only asks for a new bundle when there is none. Knit-Group: kg_20260829_ad8c38 Knit-Bundle: push-history-incremental-and-honest-bundle-errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Knit Bundle
This PR is part of Knit bundle
push-history-incremental-and-honest-bundle-errors.See the other review objects in this bundle:
knit: push history incremental and honest bundle errors (knit) #175 (this PR)Bundle id:
push-history-incremental-and-honest-bundle-errorsBundle title: push history incremental and honest bundle errors