Re: Include a binary file in a patch

2014-04-25 Thread Xuefu Zhang
Yes. That worked for me. Thanks, Harish! --Xuefu On Fri, Apr 25, 2014 at 9:36 PM, Harish Butani wrote: > for large .q.out 'git diff --text' works. > > regards, > Harish. > > > On Fri, Apr 25, 2014 at 9:25 PM, Xuefu Zhang wrote: > > > Hi, > > > > I'm wondering if anyone knows how to generate a

Re: Include a binary file in a patch

2014-04-25 Thread Harish Butani
for large .q.out 'git diff --text' works. regards, Harish. On Fri, Apr 25, 2014 at 9:25 PM, Xuefu Zhang wrote: > Hi, > > I'm wondering if anyone knows how to generate a patch to include a new > binary file? I found myself needing to include an Avro data file as part of > a test. I have been pl

Include a binary file in a patch

2014-04-25 Thread Xuefu Zhang
Hi, I'm wondering if anyone knows how to generate a patch to include a new binary file? I found myself needing to include an Avro data file as part of a test. I have been playing .gitattributes without success. Also, I found that Git thinks some of Hive's .q.out files are binary. Thus, when I reg