Changes between Version 25 and Version 26 of UsingGitWithWebKit


Ignore:
Timestamp:
Jul 24, 2009 2:33:27 PM (15 years ago)
Author:
eli.fidler@torchmobile.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v25 v26  
    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.
     85{{{
     86  git config core.webkitGenerateCommitMessage (true|false) //the default is true
     87  git config branch.$branchName.webkitGenerateCommitMessage (true|false)
     88}}}
    8489
    8590== Misc. Tips and Tricks ==