Changes between Version 27 and Version 28 of UsingGitWithWebKit
- Timestamp:
- Jul 27, 2009, 7:50:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v27 v28 82 82 git config core.editor commit-log-editor 83 83 }}} 84 If you want to make sure log gets regenerated from ChangeLog entry each time you modify an already existing commit, use --regenerate-log: 85 {{{ 86 git config core.editor commit-log-editor --regenerate-log 87 }}} 88 84 89 * 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 90 {{{