Changes between Version 26 and Version 27 of UsingGitWithWebKit


Ignore:
Timestamp:
Jul 24, 2009 3:45:55 PM (15 years ago)
Author:
treat@kde.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v26 v27  
    8282  git config core.editor commit-log-editor
    8383}}}
    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.
    8585{{{
    8686  git config core.webkitGenerateCommitMessage (true|false) //the default is true