git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: skillzero@gmail.com
To: Johan Herland <johan@herland.net>
Cc: git@vger.kernel.org
Subject: Re: git list binary and/or non-binary files?
Date: Mon, 24 Aug 2009 15:39:57 -0700	[thread overview]
Message-ID: <2729632a0908241539l7243c9a4v170e14140b45cb0b@mail.gmail.com> (raw)
In-Reply-To: <200908250014.03585.johan@herland.net>

On Mon, Aug 24, 2009 at 3:14 PM, Johan Herland<johan@herland.net> 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 ...'

      reply	other threads:[~2009-08-24 22:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-24 21:50 git list binary and/or non-binary files? skillzero
2009-08-24 22:14 ` Johan Herland
2009-08-24 22:39   ` skillzero [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2729632a0908241539l7243c9a4v170e14140b45cb0b@mail.gmail.com \
    --to=skillzero@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=johan@herland.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).