Code

pack-objects: no delta possible with only one object in the list
authorNicolas Pitre <nico@cam.org>
Wed, 17 Oct 2007 01:55:47 +0000 (21:55 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 06:54:56 +0000 (02:54 -0400)
commit2f8b89472cec19a530cb697c4ee20e0ddfd747f6
treed593ca57156cc3c59f631ab02bff146bb5061dda
parented1902ef5c6a30942def50809b52e41fbdcdf13f
pack-objects: no delta possible with only one object in the list

... so don't even try in that case, and save another useless line of
progress display.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-pack-objects.c