Merge branch 'kn/attr-from-tree'
commit577bff3a81079ebaf278eb98e10453f65678c135
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:50 +0000 (23 13:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:51 +0000 (23 13:39 -0800)
treebbe1b3145d33b4b282ddef7445646812d226e373
parent8a40af9cabe2efbb830bf90c864ffda3136926ba
parent47cfc9bd7d0add617cf6d928e96b7d207be614f1
Merge branch 'kn/attr-from-tree'

"git check-attr" learned to take an optional tree-ish to read the
.gitattributes file from.

* kn/attr-from-tree:
  attr: add flag `--source` to work with tree-ish
  t0003: move setup for `--all` into new block
attr.c
attr.h
pathspec.c
t/t0003-attributes.sh
ws.c