X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/9c657c9f32a0016e17e5b0b90aa90eded1611e90..77a7a0f0b45a1983e0a1181002efab13f1ad3919:/ignore-case.diff diff --git a/ignore-case.diff b/ignore-case.diff index b6cc2c7..02b00ee 100644 --- a/ignore-case.diff +++ b/ignore-case.diff @@ -1,9 +1,48 @@ This adds the --ignore-case option, which makes rsync compare filenames in a case-insensitive manner. ---- orig/flist.c 2006-01-19 21:17:11 -+++ flist.c 2006-01-20 20:10:25 -@@ -37,6 +37,7 @@ extern int am_sender; +To use this patch, run these commands for a successful build: + + patch -p1