summaryrefslogtreecommitdiff
path: root/copy.c
AgeCommit message (Expand)Author
2016-05-09copy.c: use error_errno()Nguyễn Thái Ngọc Duy
2015-05-19copy.c: make copy_fd() report its status silentlyJunio C Hamano
2014-08-28copy_fd(): do not close the input file descriptorSteffen Prohaska
2009-09-13preserve mtime of local cloneClemens Buchacher
2008-04-23copy.c: copy_fd - correctly report write errorsAriel Badichi
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2007-06-07War on whitespaceJunio C Hamano
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2005-12-27copy_fd: close ifd on errorSam Ravnborg
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano