]> git.99rst.org Git - git.git/commit
refs/files-backend: remove unused open mode parameter
authorRené Scharfe <redacted>
Thu, 9 Sep 2021 21:45:51 +0000 (23:45 +0200)
committerJunio C Hamano <redacted>
Fri, 10 Sep 2021 00:40:28 +0000 (17:40 -0700)
commit35cf94eaf6c8bdbed86549c2349aa3c3b40b7b09
tree5d25dd13d22c217932297de33c73c0f1c54d5d1c
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
refs/files-backend: remove unused open mode parameter

We only need to provide a mode if we are willing to let open(2) create
the file, which is not the case here, so drop the unnecessary parameter.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
refs/files-backend.c
git clone https://git.99rst.org/PROJECT