Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sequencer.c: fix and unify error messages in rearrange_squash()
When the write opertion fails, we write that we could not read. Change the error message to match the operation and remove the full stop at the end. When ftruncate() fails, we write that we couldn't finish the operation on the todo file. It is more accurate to write that we couldn't truncate as we do in other calls of ftruncate(). Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information