Re: [PATCH 05/10] copy.c: convert copy_file() to copy_dir_recursively()

2017-08-01 Thread Eric Sunshine
Sorry for the (more than a year) late review. I realize that a subsequent version of this patch series renders a few of the review comments meaningless, but I'm including them in case the code is revived later. On Sat, Jun 25, 2016 at 3:54 AM, Nguyễn Thái Ngọc Duy wrote: > This finally enables bu

[PATCH 05/10] copy.c: convert copy_file() to copy_dir_recursively()

2016-06-25 Thread Nguyễn Thái Ngọc Duy
This finally enables busybox's copy_file() code under a new name (because "copy_file" is already taken in Git code base). Because this comes from busybox, POSIXy (or even Linuxy) behavior is expected. More changes may be needed for Windows support. Signed-off-by: Nguyễn Thái Ngọc Duy --- cache.h