Merge branch 'rs/no-mode-to-open-when-appending' into maint
commitd64b99d35b971248da5f55d03465813345b5dbef
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (12 13:51 -0700)
tree3d5d682eb0d28c51bb95a33700340f0a301fbf0c
parent628746020326d329c4e50289da41d2b7fc3e51fa
parent35cf94eaf6c8bdbed86549c2349aa3c3b40b7b09
Merge branch 'rs/no-mode-to-open-when-appending' into maint

The "mode" word is useless in a call to open(2) that does not
create a new file.  Such a call in the files backend of the ref
subsystem has been cleaned up.

* rs/no-mode-to-open-when-appending:
  refs/files-backend: remove unused open mode parameter