]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/attr-source-tree'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 17:11:41 +0000 (10:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 17:11:41 +0000 (10:11 -0700)
commit67a3b2b39f638872531324e03217fa58f7b9ad1e
tree5c4e9c7b9e2c0efc9c9f9e7e70fb11b104f95890
parent3307f7dde2ae8f5281d0782f7291a073c9b1cdc2
parent44451a2e5eec5360378be23e2cdbd9ecee49e14e
Merge branch 'jc/attr-source-tree'

"git --attr-source=<tree> cmd $args" is a new way to have any
command to read attributes not from the working tree but from the
given tree object.

* jc/attr-source-tree:
  attr: teach "--attr-source=<tree>" global option to "git"
Documentation/git.txt
archive.c
attr.c
builtin/check-attr.c
convert.c
ll-merge.c
pathspec.c
ws.c