From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> Here is V6 of the list-object filtering, rev-list, and pack-objects. This is an incremental patch series to be applied on top of V5 which is already in 'next'. This version fixes a typo, add the --no-filter option, eliminates a couple of asserts(), and updates the documentation. Christian Couder (1): list-objects-filter-options: fix 'keword' typo in comment Jeff Hostetler (2): list-objects-filter-options: support --no-filter rev-list: support --no-filter argument Documentation/git-pack-objects.txt | 3 +++ Documentation/rev-list-options.txt | 15 ++++++++++----- builtin/rev-list.c | 4 ++++ list-objects-filter-options.c | 17 ++++++++++++++--- list-objects-filter-options.h | 5 ++++- 5 files changed, 35 insertions(+), 9 deletions(-) -- 2.9.3