[libc-commits] [libc] [libc][math][c23] add c23 floating point fmaximum and fminimum functions. (PR #86016)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Mar 21 13:13:13 PDT 2024


nickdesaulniers wrote:

> Thanks. Once I fix the comment do I just run `git clang-format HEAD~`? I have made two commits already. This command will format my first commit right with all the files?

`git clang-format HEAD~<N>` (without the `<>`) will format the last `N` commits.  `N` is optional when `N` == 1.

So if you have 2 commits `git clang-format HEAD~2` would format just the lines touched in the previous 2 commits.

https://github.com/llvm/llvm-project/pull/86016


More information about the libc-commits mailing list