summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Expand)AuthorLines
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-1/+3
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano-58/+0
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano-58/+0
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin-58/+0
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+61
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+61
2024-04-19Add a helper function to compare file contentsJohannes Schindelin-0/+58
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2016-05-09copy.c: use error_errno()Nguyễn Thái Ngọc Duy-3/+3
2015-05-19copy.c: make copy_fd() report its status silentlyJunio C Hamano-6/+11
2014-08-28copy_fd(): do not close the input file descriptorSteffen Prohaska-21/+5
2009-09-13preserve mtime of local cloneClemens Buchacher-0/+21
2008-04-22copy.c: copy_fd - correctly report write errorsAriel Badichi-4/+4
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow-0/+21
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland-2/+1
2005-12-27copy_fd: close ifd on errorSam Ravnborg-2/+5
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano-12/+7
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano-1/+4
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano-0/+37