[Webkit-unassigned] [Bug 37870] New: should have a script for setting up a new git checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 10:44:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37870

           Summary: should have a script for setting up a new git checkout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: eric at webkit.org, abarth at webkit.org,
                    cjerdonek at webkit.org


Many of the tips on http://trac.webkit.org/wiki/UsingGitWithWebKit are steps
that nearly anyone using git with webkit will want to do. We should turn this
into a script. It should obviously take user name and email as required
arguments.

Here's a proposal for an initial set of commands it should run:
git svn init -T trunk http://svn.webkit.org/repository/webkit
git update-ref refs/remotes/trunk origin/master
git config merge.changelog.driver "resolve-ChangeLogs --merge-driver %O %A %B"
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global user.name "Foo Bar"
git config --global user.email "foo at webkit.org"
git svn show-ignore >> .git/info/exclude

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list