]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/zsh-compatibility'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:46 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:46 +0000 (10:18 -0700)
zsh can pretend to be a normal shell pretty well except for some
glitches that we tickle in some of our scripts. Work them around
so that "vimdiff" and our test suite works well enough with it.

* bc/zsh-compatibility:
  vimdiff: make script and tests work with zsh
  t4046: avoid continue in &&-chain for zsh


Trivial merge