-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pushing an empty pack should be fine. There was an earlier issue where deleting refs didn't work because we tried looking for objects in the uploaded pack and didn't find any. So we do want to preserve that functionality. We also should be able to accept new refs that point to commits that are already on the server. missing objects are actually bad, so we don't need to have pushes work when a partial graph is supplied. For now, the push still appears to succeed, but in the next step it won't.
- Loading branch information
Showing
3 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
This file contains 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