Changes between Version 44 and Version 45 of UsingGitWithWebKit


Ignore:
Timestamp:
May 13, 2010 10:57:53 AM (14 years ago)
Author:
ojan@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v44 v45  
    180180}}}
    181181
    182  * Install WebKit project-specific git scripts (note, `git-send-bugzilla` has been replaced by `bugzilla-tool`.)
    183 {{{
    184  git clone git://git.ndesk.org/pub/scm/git-porcelains
    185  cd git-porcelains
    186  make
    187 }}}
    188 
    189 Note: `git-send-bugzilla` requires Crypt::SSLeay
    190 
    191  More info @ http://git.ndesk.org/?p=git-porcelains;a=summary
    192 
    193  * If you're using `git-send-bugzilla` or `bugzilla-tool` you may also want git to remember your bugzilla credentials:
     182 * If you're using `git-send-bugzilla` or `webkit-patch` you may also want git to remember your bugzilla credentials:
    194183{{{
    195184git config --global bugzilla.username "name@example.com"