Thread (6 messages) flat view 6 messages, 4 authors, 2021-11-05

Re: [PATCH] refs: sync loose refs to disk before committing them

From: Junio C Hamano <hidden>
Date: 2021-11-05 01:40:28

Neeraj Singh [off-list ref] writes:
Is there some reason we shouldn't die if writing the ref fails? We are
already accustomed to dying if fsyncing a packfile or the index fails.
If we look at the surrounding code and the callers of the function,
this caller of fsync() is about to signal a failure to its callers
by returning an error().  The callers are prepared to see an error
and cope with it.

Introducing die() to such a library-ish part of the code deep in the
callchain is not exactly a good change, especially when it is
obvious how we can avoid it.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help