Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copy.c: copy_fd - correctly report write errors
Previously, the errno could have been lost due to an intervening close() call. This patch also contains minor cosmetic changes. Signed-off-by: Ariel Badichi <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information