[erlang-patches] Add support for dependencies Makefile
Björn Gustavsson
bgustavsson@REDACTED
Tue Dec 15 09:27:26 CET 2009
2009/12/15 Jean-Sébastien Pédron <jean-sebastien.pedron@REDACTED>:
> | The code style needs some work before we can consider including it in
> | Erlang/OTP. Here are the major things I saw when glancing at your
> | code:
>
> Should I make a new branch from your 'pu' branch and use it to fix the
> style issues?
No, you should not base it on the entire 'pu' branch, but only
on your commit.
To create a local branch, pointing to the fixed-up commit, use the following
command:
git branch jp/dependencies_makefile 4d67713^2
I found out the SHA1 4d67713 by running the command
git log --oneline --first-parent ccase/r13b04_dev..pu
as described here:
http://wiki.github.com/erlang/otp/branches
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-patches
mailing list