Merge branch 'ps/rev-list-object-type-filter'
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 May 2021 03:47:40 +0000 (12:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 May 2021 03:47:41 +0000 (12:47 +0900)
commit8585d6c04aa903526b4b3554e90d6381ec62390a
tree46b5e9bc6ee2b452f215febcf9ee0aedad730739
parent826ef0e5e510ecf39a06e8c08ae6e221bdfd5db3
parent9cf68b27d50c29a0370bd61581d350b0b0a18e85
Merge branch 'ps/rev-list-object-type-filter'

"git rev-list" learns the "--filter=object:type=<type>" option,
which can be used to exclude objects of the given kind from the
packfile generated by pack-objects.

* ps/rev-list-object-type-filter:
  rev-list: allow filtering of provided items
  pack-bitmap: implement combined filter
  pack-bitmap: implement object type filter
  list-objects: implement object type filter
  list-objects: support filtering by tag and commit
  list-objects: move tag processing into its own function
  revision: mark commit parents as NOT_USER_GIVEN
  uploadpack.txt: document implication of `uploadpackfilter.allow`
builtin/pack-objects.c
pack-bitmap.c
pack-bitmap.h
reachable.c
revision.c