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
|
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 \
|
Utilities/Scripts/clang-format.bash --amend
|
||||||
--tree-filter "Utilities/Scripts/clang-format.bash --amend" \
|
|
||||||
master..
|
|
||||||
|
|
||||||
Example to format all files:
|
Example to format all files:
|
||||||
|
|
||||||
Utilities/Scripts/clang-format.bash --tracked
|
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() {
|
die() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user