]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4108-apply-threeway.sh
Merge branch 'cb/path-owner-check-with-sudo'
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 21:51:32 +0000 (14:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 21:51:32 +0000 (14:51 -0700)
commit2088a0c0cd61ab6c98064e68619e1d931a4619e2
tree019467eb47821e6e132453f42f51424fc77b7c4d
parent7ec4a9e74f6a5a54b2b82578496d1225be6e76f4
parentb9063afda17a2aa6310423c9f7b776c41f753091
Merge branch 'cb/path-owner-check-with-sudo'

With a recent update to refuse access to repositories of other
people by default, "sudo make install" and "sudo git describe"
stopped working.  This series intends to loosen it while keeping
the safety.

* cb/path-owner-check-with-sudo:
  t0034: add negative tests and allow git init to mostly work under sudo
  git-compat-util: avoid failing dir ownership checks if running privileged
  t: regression git needs safe.directory when using sudo
Documentation/config/safe.txt
git-compat-util.h