Merge branch 'mm/git-pm-try-catch-syntax-fix'
commit330135ac8163c822934c92ac363bd14cd23e1e13
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2022 18:26:54 +0000 (28 11:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2022 18:26:54 +0000 (28 11:26 -0700)
tree261bea7995d84d5e3d10a44cafd47d6a2b7c5ada
parentc5dd7773e138d4b41074d4c6a193651cc187ec1d
parent20da61f25f8f61a2b581b60f8820ad6116f88e6f
Merge branch 'mm/git-pm-try-catch-syntax-fix'

Fix a longstanding syntax error in Git.pm error codepath.

* mm/git-pm-try-catch-syntax-fix:
  Git.pm: trust rev-parse to find bare repositories
  Git.pm: add semicolon after catch statement