Changes between Version 29 and Version 30 of UsingGitWithWebKit
- Timestamp:
- Aug 7, 2009, 3:56:08 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v29 v30 84 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 85 {{{ 86 git config core.editor commit-log-editor --regenerate-log86 git config core.editor "commit-log-editor --regenerate-log" 87 87 }}} 88 88