Changes between Version 26 and Version 27 of UsingGitWithWebKit
- Timestamp:
- Jul 24, 2009, 3:45:55 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v26 v27 82 82 git config core.editor commit-log-editor 83 83 }}} 84 * If you do not commit ChangeLog entries, '''commit-log-editor''' will automatically generate commit messages in the WebKit ChangeLog entry format. You can control this behaviour with the git configuration option '''webkitGenerateCommitMessage''' on a global or per-branch basis.84 * If you do not manually generate a ChangeLog entry and you have staged changes in your working tree, '''commit-log-editor''' will automatically generate a commit message in the WebKit ChangeLog entry format when you do 'git commit'. You can control this behaviour with the git configuration option '''webkitGenerateCommitMessage''' on a global or per-branch basis. 85 85 {{{ 86 86 git config core.webkitGenerateCommitMessage (true|false) //the default is true