Changes between Version 9 and Version 10 of UsingGitWithWebKit
- Timestamp:
- Dec 13, 2007, 6:40:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v9 v10 39 39 * Using '''prepare-Changelog''' with git 40 40 {{{ 41 WebKitTools/Scripts/prepare-Change log --git-commit=$committish --git-reviewer="Foo Reviewer"41 WebKitTools/Scripts/prepare-ChangeLog --git-commit=$committish --git-reviewer="Foo Reviewer" 42 42 }}} 43 * Using '''resolve-ChangeLog''' with git 43 * Using '''resolve-ChangeLog''' with git. Assuming you got a conflict merging a ChangeLog file, this tool will reapply the patch using {{{patch --fuzz=3}}} so that your change lands at the top of the ChangeLog file. If the patch was successfully applied, {{{git-add}}} is run on the ChangeLog file. Note that this tool does not change the date of the ChangeLog entry (unlike {{{svn-apply}}}). 44 44 {{{ 45 PLEASE FILL ME IN45 WebKitTools/Scripts/resolve-ChangeLogs path/to/ChangeLog [path/to/ChangeLog ...] 46 46 }}} 47 47 * Using '''commit-log-editor''' with git