author | Junio C Hamano <junkio@cox.net> | |
Wed, 23 May 2007 06:04:49 +0000 (23:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 23 May 2007 06:04:49 +0000 (23:04 -0700) | ||
commit | 6315d52a84e4e6016acf7095ce4c88abffad6496 | |
tree | 5fb83bdf65ffd3dd7462efccc8de0aa91880db7c | tree | snapshot |
parent | a74db82e15cd8a2c53a4a83e9a36dc7bf7a4c750 | commit | diff |
builtin-pack-objects: remove unnecessary code for no-delta
As we do not consider objects marked as "no-delta" early, there
is no point to check if the other objects already in the delta
window are marked as such -- "no-delta" objects will not enter
the window to begin with.
Pointed out by Nico.
Signed-off-by: Junio C Hamano <junkio@cox.net>
As we do not consider objects marked as "no-delta" early, there
is no point to check if the other objects already in the delta
window are marked as such -- "no-delta" objects will not enter
the window to begin with.
Pointed out by Nico.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c | diff | blob | history |