Fourth batch
[gitweb.git] / Documentation / git-fmt-merge-msg.txt
index 6526b178e87f9cbf1c2032bd63023295cf1d190e..6793d8fc05218f61ebc399b9ac910f27832bc58b 100644 (file)
@@ -51,19 +51,19 @@ OPTIONS
 
 CONFIGURATION
 -------------
-include::fmt-merge-msg-config.txt[]
+include::config/fmt-merge-msg.txt[]
 
 merge.summary::
        Synonym to `merge.log`; this is deprecated and will be removed in
        the future.
 
-EXAMPLE
--------
+EXAMPLES
+--------
 
---
+---------
 $ git fetch origin master
 $ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD
---
+---------
 
 Print a log message describing a merge of the "master" branch from
 the "origin" remote.