Changes between Version 25 and Version 26 of UsingGitWithWebKit
- Timestamp:
- Jul 24, 2009, 2:33:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v25 v26 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. 85 {{{ 86 git config core.webkitGenerateCommitMessage (true|false) //the default is true 87 git config branch.$branchName.webkitGenerateCommitMessage (true|false) 88 }}} 84 89 85 90 == Misc. Tips and Tricks ==