[webkit-dev] webkit-patch setup-git-clone

2013-12-24 Thread Ryosuke Niwa
I recently added a new webkit-patch setup-git-clone to automate many steps
described in http://trac.webkit.org/wiki/UsingGitWithWebKit

This command has been available since
http://trac.webkit.org/changeset/160039

If you find any bugs, missing features, etc… I'm more than happy to review
your patches.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] webkit-patch setup-git-clone

2013-12-24 Thread Dirk Schulze

On Dec 24, 2013, at 8:17 PM, Ryosuke Niwa rn...@webkit.org wrote:

 I recently added a new webkit-patch setup-git-clone to automate many steps 
 described in http://trac.webkit.org/wiki/UsingGitWithWebKit
 
 This command has been available since http://trac.webkit.org/changeset/160039
 
 If you find any bugs, missing features, etc… I'm more than happy to review 
 your patches.

That is cool! I assume it also does the global changes like user name and email 
that I should be aware of?

Greetings,
Dirk

 
 - R. Niwa
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] webkit-patch setup-git-clone

2013-12-24 Thread Ryosuke Niwa
It shouldn't affect your global (git) username / email address since the
command runs git config user.name and git config user.email without
--global option.

- R. Niwa

On Tue, Dec 24, 2013 at 11:40 AM, Dirk Schulze k...@webkit.org wrote:


 On Dec 24, 2013, at 8:17 PM, Ryosuke Niwa rn...@webkit.org wrote:

  I recently added a new webkit-patch setup-git-clone to automate many
 steps described in http://trac.webkit.org/wiki/UsingGitWithWebKit
 
  This command has been available since
 http://trac.webkit.org/changeset/160039
 
  If you find any bugs, missing features, etc… I'm more than happy to
 review your patches.

 That is cool! I assume it also does the global changes like user name and
 email that I should be aware of?

 Greetings,
 Dirk

 
  - R. Niwa
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev