DescriptionDEPS hook for installing the clang-format merge driver.
This hook automatically installs and maintains a merge tool config for
the clang-format merge driver, which can help automatically resolve
conflicts that arise from clang-format reformatting patches.
Note that this change does not have any impact other than tweaking the
git config of the main project). The custom merge driver will later be
activated by updating .gitattributes with lines like:
*.cpp merge=clang-format
*.h merge=clang-format
BUG=574611
Committed: https://crrev.com/3db0d1dfa2532a7c7380f9c15deef1c3fe0139e5
Cr-Commit-Position: refs/heads/master@{#420704}
Patch Set 1 #Patch Set 2 : . #
Total comments: 4
Patch Set 3 : Delete print statement #Patch Set 4 : Unformatted but works on Windows #Patch Set 5 : Nicely formatted #Patch Set 6 : Nicely formatted with no copy finding #
Total comments: 2
Messages
Total messages: 16 (3 generated)
|