lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git-diff only certain files


From: Maximilian Albert
Subject: Re: git-diff only certain files
Date: Mon, 12 Feb 2007 10:24:50 +0100
User-agent: IceDove 1.5.0.9 (X11/20061220)

Graham Percival schrieb:
> Can I get git-diff to only check certain files?  I know I can specify
> them on the command line,
> 
> $ git-diff foo/bar baz/boozle
> 
> but I'd like to simply point git-diff to a file and have it fill in the
> details for me.  ie something like
> 
> $ git-diff < lsr-unsafe.txt

$ cat lsr-unsafe.txt | xargs git-diff

might do what you want.

Cheers,
Max




reply via email to

[Prev in Thread] Current Thread [Next in Thread]