]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'gc/trace-bare-repo-setup'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:03 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2023 20:59:03 +0000 (13:59 -0700)
The tracing mechanism learned to notice and report when
auto-discovered bare repositories are being used, as allowing so
without explicitly stating the user intends to do so (with setting
GIT_DIR for example) can be used with social engineering as an
attack vector.

* gc/trace-bare-repo-setup:
  setup: trace bare repository setups


Trivial merge