Changes between Version 35 and Version 36 of UsingGitWithWebKit


Ignore:
Timestamp:
Nov 30, 2009 3:45:50 PM (14 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v35 v36  
    140140}}}
    141141
    142  * Install WebKit project-specific git scripts
     142 * Install WebKit project-specific git scripts (note, `git-send-bugzilla` has been replaced by `bugzilla-tool`.)
    143143{{{
    144144 git clone git://git.ndesk.org/pub/scm/git-porcelains
     
    147147}}}
    148148
    149 Note: git-send-bugzilla requires Crypt::SSLeay
     149Note: `git-send-bugzilla` requires Crypt::SSLeay
    150150
    151151 More info @ http://git.ndesk.org/?p=git-porcelains;a=summary
     152
     153 * If you're using `git-send-bugzilla` or `bugzilla-tool` you may also want git to remember your bugzilla credentials:
     154{{{
     155git config --global bugzilla.username "name@example.com"
     156git config --global bugzilla.password "yourpassword"
     157}}}
     158
    152159
    153160== Ignores ==