]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
bold `git log`...
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 12 Feb 2013 08:46:27 +0000 (10:46 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Tue, 12 Feb 2013 08:46:27 +0000 (10:46 +0200)
contributing.mdwn

index d7faa039aea7917b3539c043ab335100e82b01f0..11d711bd061abf72aedca1281bd7ad64957bc7ee 100644 (file)
@@ -58,7 +58,7 @@ Each commit should contain one logical change only. The code should
 build and the tests should pass after each commit. Changes to lib,
 cli, emacs, tests, man pages, or news are usually best kept
 separate. Also separate cleanups from functional changes. See the
-Notmuch source history (`git log`) for examples.
+Notmuch source history (**`git log`**) for examples.
 
 For in-depth discussion on the subject, see
 [Software Release Practice HOWTO](http://tldp.org/HOWTO/Software-Release-Practice-HOWTO/) by Eric S. Raymond.
@@ -74,8 +74,8 @@ See also
 on commit guidelines, including commit messages.
 
 It is customary to prefix the subject line with "lib:", "cli:", "emacs:",
-etc. depending on which part of Notmuch the commit is changing. See `git log`
-for examples.
+etc. depending on which part of Notmuch the commit is changing. See
+**`git log`** for examples.
 
 Wrap the lines to about 72 characters.