summaryrefslogtreecommitdiffstats
path: root/copy.c
Commit message (Expand)AuthorAgeFilesLines
* copy.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-3/+3
* copy.c: make copy_fd() report its status silentlyJunio C Hamano2015-05-191-6/+11
* copy_fd(): do not close the input file descriptorSteffen Prohaska2014-08-281-21/+5
* preserve mtime of local cloneClemens Buchacher2009-09-131-0/+21
* copy.c: copy_fd - correctly report write errorsAriel Badichi2008-04-221-4/+4
* Use a single implementation and API for copy_file()Daniel Barkalow2008-02-251-0/+21
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-2/+1
* copy_fd: close ifd on errorSam Ravnborg2005-12-271-2/+5
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-12/+7
* copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano2005-11-051-1/+4
* pack-objects: Allow use of pre-generated pack.Junio C Hamano2005-10-261-0/+37