Support searching changes by commit message footer
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Id7e08e57bc0cf23e707a84174abe8178c04d4acf
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index 589b293..2016de7 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -306,6 +306,13 @@
Files with no `.` in their name have no extension and can be matched by an
empty string.
+[[footer]]
+footer:'FOOTER'::
++
+Matches any change that has 'FOOTER' as footer in the commit message of the
+current patch set. 'FOOTER' can be specified verbatim ('<key>: <value>', must
+be quoted) or as '<key>=<value>'. The matching is done case-insensitive.
+
[[star]]
star:'LABEL'::
+