Changes between Version 40 and Version 41 of UsingGitWithWebKit
- Timestamp:
- Feb 18, 2010, 7:54:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v40 v41 113 113 WebKitTools/Scripts/resolve-ChangeLogs path/to/ChangeLog [path/to/ChangeLog ...] 114 114 }}} 115 * Telling Git to use resolve-ChangeLogs as a merge-driver for ChangeLogs (assumes resolve-ChangeLogs is in your path) 116 {{{ 117 git config merge.changelog.driver "resolve-ChangeLogs --merge-driver %O %A %B" 118 }}} 119 115 120 * Using '''commit-log-editor''' with git will automatically insert the ChangeLog entry as your commit message (assuming {{{WebKitTools/Scripts}}} is in your path) 116 121 {{{