]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kl/setup-in-unreadable-worktree'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (14:30 -0700)
Disable the "do not remove the directory the user started Git in"
logic when Git cannot tell where that directory is.  Earlier we
refused to run in such a case.

* kl/setup-in-unreadable-worktree:
  setup: don't die if realpath(3) fails on getcwd(3)


Trivial merge