owenpan commandeered this revision.
owenpan edited reviewers, added: kevinoid; removed: owenpan.
owenpan added a comment.
Herald added a project: All.
We have `--cached` now.
Herald added a comment.
NOTE: Clang-Format Team Automated Review Comment
It looks like your clang-format review does no
MyDeveloperDay added a comment.
Is this revision still relavant, I find it annoying that I have to run git add
again on any files that are already added but have been formatted.
If you think this is useful and can rebase it perhaps we can go around the
review cycle again with a fresh set of eye
kevinoid updated this revision to Diff 101799.
kevinoid added a comment.
Fixed handling of case when no formatting changes are made but `old_tree !=
new_tree` in `apply_changes`.
https://reviews.llvm.org/D33944
Files:
tools/clang-format/git-clang-format
Index: tools/clang-format/git-clang-f
kevinoid created this revision.
kevinoid added a project: clang-tools-extra.
Add --cached option to git-clang-format which behaves analogously to the use of
--cached for other git subcommands, by causing the operation to work against
the index state rather than the working directory state.
This