]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/no-mode-to-open-when-appending'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:45 +0000 (15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:45 +0000 (15:20 -0700)
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


Trivial merge