Merge branch 'rs/no-mode-to-open-when-appending'
commit2a6d0b2b6879f01bd4e0f9f41ce8f6d7990c61a5
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:45 +0000 (20 15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:45 +0000 (20 15:20 -0700)
treef64dfff8098aec32507c3e13f1afb09168213b47
parent10a08cbd397644f205a1212409896928988c2c83
parent35cf94eaf6c8bdbed86549c2349aa3c3b40b7b09
Merge branch 'rs/no-mode-to-open-when-appending'

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