]> git.cworth.org Git - notmuch-wiki/commitdiff
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki
authorAlisa Bagrii <alisabagrii@everycloudtech.com>
Thu, 24 Mar 2016 02:01:45 +0000 (10:01 +0800)
committerAlisa Bagrii <alisabagrii@everycloudtech.com>
Thu, 24 Mar 2016 02:01:45 +0000 (10:01 +0800)
index.mdwn
wikiwriteaccess.mdwn

index c1b20e08c900f97fa98ff1888a5cbe2f4af0ecbd..146b67a7600109589e8baf98725daf795a63a728 100644 (file)
@@ -35,7 +35,7 @@ Then notmuch may be exactly what you've been looking for.
   Sup is a very good email program written by William Morgan (and
   others) and is the direct inspiration for Notmuch. Notmuch began as
   an effort to rewrite performance-critical pieces of Sup in C rather
-  than ruby. From there, it grew into a separate project. One
+  than Ruby. From there, it grew into a separate project. One
   significant contribution Notmuch makes compared to Sup is the
   separation of the indexer/searcher from the user interface. (Notmuch
   provides a library interface so that its indexing/searching/tagging
index 277007f94bcb0e9fe229144571d3cdec8cdf8ef7..3d84772d846b8ac3c564661985bf47cf547db208 100644 (file)
@@ -6,10 +6,11 @@ source can be checked out via git with this command:
 
         git clone git://notmuchmail.org/git/notmuch-wiki
 
-Then you can edit the wiki locally, commit the changes with:
+Then you can edit the wiki content locally. To publish your changes,
+commit the changes with:
 
-        git add ...
-        git commit
+        git add _any-new-files_
+        git commit -a
 
 and push back to the wiki: