]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 22:28:19 +0000 (15:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 22:28:19 +0000 (15:28 -0700)
commit1258fc2b08543bac83aea5ad856b4a64348c3c79
tree2fcb6809b873bcb9020158e41ad15710e72df8e5
parent1b2e9068f82beea34e11f4183f13e5c0b7917f01
parent51441e6460b505c07b4a8a6deeaa7de4bf6e8e33
Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45

Git 2.43 started using the tree of HEAD as the source of attributes
in a bare repository, which has severe performance implications.
For now, revert the change, without ripping out a more explicit
support for the attr.tree configuration variable.

* jc/no-default-attr-tree-in-bare:
  stop using HEAD for attributes in bare repository by default
attr.c
t/t0003-attributes.sh