]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/attr-pathspec-in-tree-walk'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:28 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:28 +0000 (15:29 -0800)
commitd6f05a435f9c89f8c9860c7af692942768d81584
tree7b43bdb292f9cda801778647a67ddc2662504067
parentc333fe73682b182d6872f9e5b454c2899c6203ab
parent5a0b97b34c51eaddf39624857f1ac0e7df4ca2e3
Merge branch 'nd/attr-pathspec-in-tree-walk'

The traversal over tree objects has learned to honor
":(attr:label)" pathspec match, which has been implemented only for
enumerating paths on the filesystem.

* nd/attr-pathspec-in-tree-walk:
  tree-walk: support :(attr) matching
  dir.c: move, rename and export match_attrs()
  pathspec.h: clean up "extern" in function declarations
  tree-walk.c: make tree_entry_interesting() take an index
  tree.c: make read_tree*() take 'struct repository *'
archive.c
builtin/checkout.c
builtin/grep.c
builtin/log.c
builtin/ls-tree.c
list-objects.c
merge-recursive.c
revision.c
unpack-trees.c