forked from OSchip/llvm-project
[docs] Document what "NFC" means in a commit message.
llvm-svn: 217292
This commit is contained in:
parent
018452e6bc
commit
5e44ffdb3e
|
@ -133,6 +133,15 @@ M
|
|||
**MC**
|
||||
Machine Code
|
||||
|
||||
N
|
||||
-
|
||||
|
||||
**NFC**
|
||||
"No functional change". Used in a commit message to indicate that a patch
|
||||
is a pure refactoring/cleanup.
|
||||
Usually used in the first line, so it is visible without opening the
|
||||
actual commit email.
|
||||
|
||||
O
|
||||
-
|
||||
.. _object pointer:
|
||||
|
|
Loading…
Reference in New Issue