Review Request 44199: Add .gitattributes file to Mesos.

2016-03-01 Thread Zhiwei Chen

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44199/
---

Review request for mesos.


Repository: mesos


Description
---

Mesos added some patch files for 3rdparty library, but we can't avoid
tab characters inside these patch files. So when the ReviewBot apply
these patch files, it will show errors and apply failed.

In order to solve this issue, I added a .gitattributes file to mark
these patch files as binary, so git will not check the tab characters
anymore.


Diffs
-

  .gitattributes PRE-CREATION 

Diff: https://reviews.apache.org/r/44199/diff/


Testing
---


Thanks,

Zhiwei Chen



Re: Review Request 44199: Add .gitattributes file to Mesos.

2016-03-01 Thread Zhiwei Chen

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44199/
---

(Updated March 2, 2016, 10:56 a.m.)


Review request for mesos.


Bugs: MESOS-4312
https://issues.apache.org/jira/browse/MESOS-4312


Repository: mesos


Description
---

Mesos added some patch files for 3rdparty library, but we can't avoid
tab characters inside these patch files. So when the ReviewBot apply
these patch files, it will show errors and apply failed.

In order to solve this issue, I added a .gitattributes file to mark
these patch files as binary, so git will not check the tab characters
anymore.


Diffs
-

  .gitattributes PRE-CREATION 

Diff: https://reviews.apache.org/r/44199/diff/


Testing
---


Thanks,

Zhiwei Chen