summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-17 20:08:14 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-17 20:10:58 (GMT)
commite7a0f6714bdfa7e3a169cc756a05cbbf787997eb (patch)
tree7ed4e44c1d0d7a969e5a3c7ffd5c30a468614adb
parent482faa8dafdf5dcf207b866b9c757271d9a45301 (diff)
downloadgit-e7a0f6714bdfa7e3a169cc756a05cbbf787997eb.zip
git-e7a0f6714bdfa7e3a169cc756a05cbbf787997eb.tar.gz
git-e7a0f6714bdfa7e3a169cc756a05cbbf787997eb.tar.bz2
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 <junkio@cox.net>
-rw-r--r--unpack-objects.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unpack-objects.c b/unpack-objects.c
index 3b824b0..48c1ee7 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;