mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 02:24:13 +00:00
Merge branch 'clang-format-script' into release
This commit is contained in:
commit
48680ade09
@ -36,15 +36,19 @@ Example to format locally modified files staged for commit:
|
||||
|
||||
Utilities/Scripts/clang-format.bash --cached
|
||||
|
||||
Example to format the current topic:
|
||||
Example to format files modified by the most recent commit:
|
||||
|
||||
git filter-branch \
|
||||
--tree-filter "Utilities/Scripts/clang-format.bash --amend" \
|
||||
master..
|
||||
Utilities/Scripts/clang-format.bash --amend
|
||||
|
||||
Example to format all files:
|
||||
|
||||
Utilities/Scripts/clang-format.bash --tracked
|
||||
|
||||
Example to format the current topic:
|
||||
|
||||
git filter-branch \
|
||||
--tree-filter "Utilities/Scripts/clang-format.bash --tracked" \
|
||||
master..
|
||||
'
|
||||
|
||||
die() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user