From: Nguyễn Thái Ngọc Duy Date: Wed, 1 Feb 2012 15:17:19 +0000 (+0700) Subject: pack-objects: remove bogus comment X-Git-Tag: v1.7.10-rc0~80^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3a2ec52e99deabbf000cb576ccde73a12934bf60?hp=3a2ec52e99deabbf000cb576ccde73a12934bf60 pack-objects: remove bogus comment The comment was introduced in b5d97e6 (pack-objects: run rev-list equivalent internally. - 2006-09-04), stating that git pack-objects [options] base-name is acceptable and refs should be passed into rev-list. But that's not true. All arguments after base-name are ignored. Remove the comment and reject this syntax (i.e. no more arguments after base name) Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---