Page MenuHomePhabricator

Git hosting does not support shallow clone
Closed, ResolvedPublic

Description

When doing a shallow clone the server responds with HTTP code 500. My guess is there's something missing in the implementation that causes shallow clone to not work (full clone still works fine so it's not a huge deal).

Revisions and Commits

Event Timeline

Unknown Object (User) created this task.Nov 8 2013, 3:30 AM
Unknown Object (User) raised the priority of this task from to Needs Triage.
Unknown Object (User) updated the task description. (Show Details)
Unknown Object (User) added a project: Diffusion.
Unknown Object (User) added subscribers: Unknown Object (User), epriestley, hach-que.

This is git clone --depth <n> for some smallish value of n, right?

This works over SSH so we probably aren't too far off the HTTP version.