Changes between Version 67 and Version 68 of UsingGitWithWebKit
- Timestamp:
- Jul 27, 2011, 2:02:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v67 v68 141 141 git config merge.changelog.driver "perl path/to/resolve-ChangeLogs --merge-driver %O %A %B" 142 142 }}} 143 * Teaching Git to produce better diffs of ObjC files 144 {{{ 145 git config diff.objcpp.xfuncname "^[-+@a-zA-Z_].*$" 146 git config diff.objcppheader.xfuncname "^[@a-zA-Z_].*$" 147 }}} 143 148 * Telling the various scripts to '''append the git branch name to every build'''. This is especially useful so you don't clobber your previous branch's build when you switch branches 144 149 {{{