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
F19900412: D20577.diff
Mon, Mar 30, 4:27 AM
F19826028: D20577.id49081.diff
Mar 8 2026, 4:35 PM
F19825250: D20577.diff
Mar 8 2026, 9:37 AM
F19803006: D20577.id.diff
Mar 1 2026, 8:15 PM
F19621901: D20577.id49102.diff
Feb 4 2026, 1:24 PM
F19508340: D20577.diff
Jan 10 2026, 3:19 AM
F18825891: D20577.id49114.diff
Oct 24 2025, 12:52 AM
F18808358: D20577.id49080.diff
Oct 19 2025, 6:06 AM
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