Merge branch 'jh/object-filtering'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:20 +0000 (11:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:21 +0000 (11:16 -0800)
commit61061abba7d60f555e97a22ab5775a9d53db1660
tree85b38a1b4e668ce6d19e2b6a35e75cc04b77f833
parent936d1b989416a95f593bf81ccae8ac62cd83f279
parentf4371a883fa2d740d6b3cd436f62c9b56f13432e
Merge branch 'jh/object-filtering'

In preparation for implementing narrow/partial clone, the object
walking machinery has been taught a way to tell it to "filter" some
objects from enumeration.

* jh/object-filtering:
  rev-list: support --no-filter argument
  list-objects-filter-options: support --no-filter
  list-objects-filter-options: fix 'keword' typo in comment
  pack-objects: add list-objects filtering
  rev-list: add list-objects filtering support
  list-objects: filter objects in traverse_commit_list
  oidset: add iterator methods to oidset
  oidmap: add oidmap iterator methods
  dir: allow exclusions from blob in addition to file
Makefile
builtin/pack-objects.c
builtin/rev-list.c
dir.c
dir.h