Re: [PATCH] pack-objects: validation and documentation about unreachable options

2018-05-05 Thread Jeff King
On Sat, May 05, 2018 at 10:47:16AM +0200, Nguyễn Thái Ngọc Duy wrote: > These options are added in [1] [2] [3]. All these depend on running > rev-list internally which is normally true since they are always used > with "--all --objects" which implies --revs. But let's keep this > dependency explic

[PATCH] pack-objects: validation and documentation about unreachable options

2018-05-05 Thread Nguyễn Thái Ngọc Duy
These options are added in [1] [2] [3]. All these depend on running rev-list internally which is normally true since they are always used with "--all --objects" which implies --revs. But let's keep this dependency explicit. While at there, add documentation for them. These are mostly used internal