From 1bd9f9b618eadb16cbce134bc8dc4f0d74ab50fc Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sat, 6 Sep 2014 00:19:16 +0000 Subject: [PATCH] [docs] Document what "NFC" means in a commit message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217292 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst index 65b7a3e84cd..9a599da1285 100644 --- a/docs/Lexicon.rst +++ b/docs/Lexicon.rst @@ -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: -- 2.34.1