]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Use preformatted text for example commit message
authorTravis Cross <tc@traviscross.com>
Thu, 18 Sep 2014 21:08:14 +0000 (21:08 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 18 Sep 2014 21:09:58 +0000 (21:09 +0000)
We want to highlight that lines are hard wrapped in a commit message,
and using the typical Markdown blockquote syntax fails to achieve
that.

docs/SubmittingPatches

index 1cbcc08d9501d1383fcec9ef84e88d28b5f8b3d8..e648530e0b09c0dc2653a749f810fddd74c34f65 100644 (file)
@@ -102,19 +102,19 @@ The commit subject is the first line of your commit message, then
 there is an empty line, then your commit body starts.  A good commit
 message might look like this:
 
-> Add frobinator support to mod_sofia
-> 
-> Without proper frobinator support users had to make multiple calls
-> to shell scripts to do the sort of frobbing needed in high call
-> volume environments.
-> 
-> With this change, we now link to libfrob and support the IETF
-> draft-cross-voip-frobbing API.
-> 
-> After appropriate amounts of frobbing have been done, a new variable
-> `frobbing_done` is set in the caller's channel.
-> 
-> FS-XXXX #resolve
+        Add frobinator support to mod_sofia
+        
+        Without proper frobinator support users had to make multiple calls
+        to shell scripts to do the sort of frobbing needed in high call
+        volume environments.
+        
+        With this change, we now link to libfrob and support the IETF
+        draft-cross-voip-frobbing API.
+        
+        After appropriate amounts of frobbing have been done, a new variable
+        `frobbing_done` is set in the caller's channel.
+        
+        FS-XXXX #resolve
 
 Patches Related to JIRA Issues
 ------------------------------