summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlisa Bagrii <alisabagrii@everycloudtech.com>2016-03-24 10:01:45 +0800
committerAlisa Bagrii <alisabagrii@everycloudtech.com>2016-03-24 10:01:45 +0800
commit39185cdfefe0a2458c88fd8c24d9bc657c2168b1 (patch)
tree131819b4c0b071cda66c13add3edad16582192d1
parent874c3d512f5c39e70873095996973cf14e86803e (diff)
parent096ab564989b0cc7992b5061e693c165057794fc (diff)
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki
-rw-r--r--index.mdwn2
-rw-r--r--wikiwriteaccess.mdwn7
2 files changed, 5 insertions, 4 deletions
diff --git a/index.mdwn b/index.mdwn
index c1b20e0..146b67a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -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
diff --git a/wikiwriteaccess.mdwn b/wikiwriteaccess.mdwn
index 277007f..3d84772 100644
--- a/wikiwriteaccess.mdwn
+++ b/wikiwriteaccess.mdwn
@@ -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: