Jeff King wrote: > We call write_in_full() with a size that we know is greater > than zero. The return value can never be zero, then, since > write_in_full() converts such a failed write() into ENOSPC > and returns -1. We can just drop this branch of the error > handling entirely. > > Suggested-by: Jonathan Nieder <[email protected]> > Signed-off-by: Jeff King <[email protected]> > --- > notes-merge.c | 2 -- > 1 file changed, 2 deletions(-)
Reviewed-by: Jonathan Nieder <[email protected]> Thanks for tying up this loose end.

