On Wed, Jun 4, 2014 at 4:26 AM, Philippe Ombredanne
wrote:
> On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu wrote:
>> I'm not sure whether should I send my patches directly to this mailing
>> list or just put these patch in my github
>> and we discuss here?
>>
>> you can always find my latest commit
On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu wrote:
> I'm not sure whether should I send my patches directly to this mailing
> list or just put these patch in my github
> and we discuss here?
>
> you can always find my latest commits here:
> https://github.com/zym0017d/strace_GSOC/commits/master
Y
On Sat, May 31, 2014 at 8:21 AM, Dmitry V. Levin wrote:
>
> YangMin, please enable pre-commit hook on your side, it will stop
> whitespace errors that make all your commits look red:
>
> $ mv .git/hooks/pre-commit{.sample,}
>
I had cleared all the white space error in my commit history when made
On Sat, May 31, 2014 at 8:21 AM, Dmitry V. Levin wrote:
> On Fri, May 30, 2014 at 12:36:25AM +0800, yangmin zhu wrote:
>> Hi everyone,
>> I learned a lot about git from the great book [1] and I had cleared my
>> repository in github[2].
>
> YangMin, please enable pre-commit hook on your side, it w
On Fri, May 30, 2014 at 12:36:25AM +0800, yangmin zhu wrote:
> Hi everyone,
> I learned a lot about git from the great book [1] and I had cleared my
> repository in github[2].
YangMin, please enable pre-commit hook on your side, it will stop
whitespace errors that make all your commits look red:
Hi everyone,
I learned a lot about git from the great book [1] and I had cleared my
repository in github[2].
I splited my current work into 3 commits:
1. Add basic hook framework for JSON output and the support for '-j' option. [3]
2. Modify sys_read(),sys_write() in io.c to use this hook framework