Skip to content

Commit

Permalink
unpack-objects: remove stale and confusing comment
Browse files Browse the repository at this point in the history
The very initial version of unpack-objects.c::unpack_all() used
to unpack from the end of the pack, but since end of June last
year it was changed to stream from the front and the comment
does not reflect the reality anymore.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jul 17, 2006
1 parent 482faa8 commit e7a0f67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unpack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,6 @@ static void unpack_one(unsigned nr, unsigned total)
}
}

/*
* We unpack from the end, older files first. Now, usually
* there are deltas etc, so we'll not actually write the
* objects in that order, but we might as well try..
*/
static void unpack_all(void)
{
int i;
Expand Down

0 comments on commit e7a0f67

Please sign in to comment.