Page MenuHomePhabricator

Parse "shallow" frames in the Git "upload-pack" wire protocol parser
ClosedPublic

Authored by epriestley on Jun 13 2019, 11:31 PM.
Tags
None
Referenced Files
F15415473: D20577.id49081.diff
Thu, Mar 20, 6:11 AM
F15402089: D20577.id49080.diff
Mon, Mar 17, 8:33 PM
F15399037: D20577.id.diff
Mon, Mar 17, 2:33 AM
F15353286: D20577.diff
Mon, Mar 10, 8:51 PM
Unknown Object (File)
Mon, Mar 3, 11:46 PM
Unknown Object (File)
Mon, Mar 3, 11:00 PM
Unknown Object (File)
Fri, Feb 28, 12:48 AM
Unknown Object (File)
Feb 18 2025, 4:39 PM
Subscribers
None

Details

Summary

Fixes T13309. If you void the warranty on a repository on disk and turn it into a shallow clone, Phabricator currently can't serve it.

We don't support hosting shallow working copies, but we should still parse and proxy the protocol rather than breaking in a mysterious way.

Test Plan
  • Created a shallow working copy with mv X X.full; git clone --depth Y file://.../X.full X in the storage directory on disk.
  • Cloned it with git clone <uri>.
  • Deleted all the refs inside it so the wire only has "shallow" frames; cloned it.

Diff Detail

Repository
rP Phabricator
Branch
shallow1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22978
Build 31537: Run Core Tests
Build 31536: arc lint + arc unit

Event Timeline

In the Discourse thread (https://discourse.phabricator-community.org/t/how-to-have-a-shallow-git-mirror/2805/) the reporting user also reported that this patch worked in their (illegal, forbidden) use case.

Is it expected that B22956 never completed?

Oh, not sure what happened there -- that's the local result, so maybe I ^C'd too fast. Let me just kick it...

  • Plus a rebase for the msortv() change.
This revision is now accepted and ready to land.Jun 18 2019, 9:08 PM