On Mon, Aug 24, 2009 at 3:14 PM, Johan Herland<johan@xxxxxxxxxxx> wrote: > I use the following to list files that contain CRs, but that are not > considered binary by Git: > > git grep --cached -I -l -e $'\r' Thanks, that's what I needed. I needed it to build a list to pass to a script so I used 'git grep -I --name-only -z -e "" | xargs -o ...' -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html