]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/setup-gitfile-diag-fix' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Jun 2026 00:04:51 +0000 (09:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Jun 2026 00:04:51 +0000 (09:04 +0900)
commit50f53717fa8b8c6bbacdec70295ee18391e36736
tree5cf690917fee620be216791bfa61ca6006dab27a
parentb2d6b480f2934e384bd42544202d37cc991984cd
parent6d110c4afa2874c39d71a770d48dda104ffd9b60
Merge branch 'jk/setup-gitfile-diag-fix' into seen

A regression in the error diagnosis code for invalid .git files has
been fixed, avoiding a potential NULL-pointer crash when reporting
that a .git file does not point to a valid repository.

* jk/setup-gitfile-diag-fix:
  read_gitfile_gently(): return non-repo path on error
setup.c
setup.h