]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/openindiana-portability'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 18:04:29 +0000 (11:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 18:04:29 +0000 (11:04 -0700)
commit8890b4f37eec774af3313218e73b94e219f655c3
tree67551a571f452d8b803eaca793e1411835469c52
parentd365a27bf7ba15884a15f31f88ba5adc171c0913
parentbac28a942a08d8812a89649c1198ae7abd539ec1
Merge branch 'mt/openindiana-portability'

Portability updates to various uses of grep and sed.

* mt/openindiana-portability:
  t/t9001-send-email.sh: sed - remove the i flag for s
  t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
  t/t1700-split-index.sh: mv -v is not portable
  t/t4202-log.sh: fix misspelled variable
  t/t0600-reffiles-backend.sh: rm -v is not portable
  t/t9902-completion.sh: backslashes in echo
  Switch grep from non-portable BRE to portable ERE