[GSOC 2014] - Yangmin's current work

Philippe Ombredanne pombredanne at nexb.com
Mon May 19 10:15:24 UTC 2014


On Sun, May 18, 2014 at 6:24 PM, yangmin zhu <zym0017d at gmail.com> wrote:
> I am now doing all my work on my own github
> ( https://github.com/zym0017d/strace_GSOC2014 ) and I am getting
> familiar with git.

To ensure that your code can be reviewed and eventually submitted as
patches you would need to start from a clone of the strace git repo.
You seem to have no history in github and might have started from some
snapshot download instead of starting from a clone.

Your workflow could be:
- start from a complete clone
- in your clone branch from master to do your work (eventually
creating multiple smaller branches as needed)
- rebase and merge frequently (ideally daily or more) from the
upstream strace repo to keep up to date
- when done with a logical chunk of work, create a patch to submit to
the mailing list for review.

At the minimum by using a base strace clone, we could comment on your
work directly in your github repo, on things like code style and so
on.

--
Cordially
Philippe Ombredanne




More information about the Strace-devel mailing list