-
-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Labels
C-tracking-issueAn issue to track to track the progress of multiple PRs or issuesAn issue to track to track the progress of multiple PRs or issues
Description
As in git push
.
Tasks
-
git-odb
- basic pack generation based on tree-diff or tree-traversal
-
Traversal (as building blocks to feed pack generation)
- Traverse a commit graph (look around to see what's common, if in doubt walk back the commit graph and see how to deal with branching)
- Traverse trees
- best-fit delta objects creation using the
imara-diff
, or maybe something custom if that's whatgit
does.
-
git-protocol
-
ReceivePack
logic for V1 and V2 - async & blocking negotiation of commits (see
push.negotiation
)
-
nrdxp
Metadata
Metadata
Assignees
Labels
C-tracking-issueAn issue to track to track the progress of multiple PRs or issuesAn issue to track to track the progress of multiple PRs or issues