Merge branch 'zh/ref-filter-raw-data'
commitbda891e6647538693d6cec5d3085f1508fbb5f5f
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:37 +0000 (24 15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:37 +0000 (24 15:32 -0700)
tree70992fb2e373ecd84fb5923b76c44aa83aeba532
parent5c933f0155959452f299cd4a0a65fe22b5c239be
parentb9dee075eb07713a49922f7e1f90a6a9de5c5e5f
Merge branch 'zh/ref-filter-raw-data'

Prepare the "ref-filter" machinery that drives the "--format"
option of "git for-each-ref" and its friends to be used in "git
cat-file --batch".

* zh/ref-filter-raw-data:
  ref-filter: add %(rest) atom
  ref-filter: use non-const ref_format in *_atom_parser()
  ref-filter: --format=%(raw) support --perl
  ref-filter: add %(raw) atom
  ref-filter: add obj-type check in grab contents
quote.h
ref-filter.c