Skip to content
Snippets Groups Projects
Unverified Commit ff803bb1 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Note on multiple applications of filter-branch.

parent f944e48c
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,5 @@ To apply `clang-format` to each commit in the range `COMMIT..HEAD` rewriting the ...@@ -38,3 +38,5 @@ To apply `clang-format` to each commit in the range `COMMIT..HEAD` rewriting the
```sh ```sh
git filter-branch --tree-filter 'git-clang-format $GIT_COMMIT^' -- COMMIT..HEAD git filter-branch --tree-filter 'git-clang-format $GIT_COMMIT^' -- COMMIT..HEAD
``` ```
The command has to be applied multiple times until there are no changes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment