pack-objects documentation: reword "objects that appear in the standard input"
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 23:41:27 +0000 (15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 23:41:27 +0000 (15:41 -0800)
These were written back when we always read objects from the standard
input. These days --revs and its friends can feed only the start and
end points and have the command internally enumerate the objects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found