From: Junio C Hamano Date: Mon, 17 Jul 2006 20:08:14 +0000 (-0700) Subject: unpack-objects: remove stale and confusing comment X-Git-Tag: v1.4.2-rc2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e7a0f6714bdfa7e3a169cc756a05cbbf787997eb?hp=482faa8dafdf5dcf207b866b9c757271d9a45301 unpack-objects: remove stale and confusing comment 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 --- diff --git a/unpack-objects.c b/unpack-objects.c index 3b824b04a2..48c1ee7968 100644 --- a/unpack-objects.c +++ b/unpack-objects.c @@ -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;