Changes between Version 27 and Version 28 of UsingGitWithWebKit


Ignore:
Timestamp:
07/27/09 19:50:07 (4 years ago)
Author:
pdherbemont@apple.com
Comment:

--regenerate-log

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v27 v28  
    8282  git config core.editor commit-log-editor 
    8383}}} 
     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 
    8489 * 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. 
    8590{{{