Changes between Version 35 and Version 36 of UsingGitWithWebKit
- Timestamp:
- Nov 30, 2009, 3:45:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v35 v36 140 140 }}} 141 141 142 * Install WebKit project-specific git scripts 142 * Install WebKit project-specific git scripts (note, `git-send-bugzilla` has been replaced by `bugzilla-tool`.) 143 143 {{{ 144 144 git clone git://git.ndesk.org/pub/scm/git-porcelains … … 147 147 }}} 148 148 149 Note: git-send-bugzillarequires Crypt::SSLeay149 Note: `git-send-bugzilla` requires Crypt::SSLeay 150 150 151 151 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 {{{ 155 git config --global bugzilla.username "name@example.com" 156 git config --global bugzilla.password "yourpassword" 157 }}} 158 152 159 153 160 == Ignores ==