Commit 86d5810b by Carlos Martín Nieto

pack: remove misleading comment

parent 4df53a64
...@@ -546,13 +546,6 @@ static int packfile_unpack_delta( ...@@ -546,13 +546,6 @@ static int packfile_unpack_delta(
if (!cached) { /* have to inflate it */ if (!cached) { /* have to inflate it */
error = git_packfile_unpack(&base, p, &base_offset); error = git_packfile_unpack(&base, p, &base_offset);
/*
* TODO: git.git tries to load the base from other packfiles
* or loose objects.
*
* We'll need to do this in order to support thin packs.
*/
if (error < 0) if (error < 0)
return error; return error;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment