diff options
| author | Alisa Bagrii <alisabagrii@everycloudtech.com> | 2016-03-24 10:01:45 +0800 |
|---|---|---|
| committer | Alisa Bagrii <alisabagrii@everycloudtech.com> | 2016-03-24 10:01:45 +0800 |
| commit | 39185cdfefe0a2458c88fd8c24d9bc657c2168b1 (patch) | |
| tree | 131819b4c0b071cda66c13add3edad16582192d1 | |
| parent | 874c3d512f5c39e70873095996973cf14e86803e (diff) | |
| parent | 096ab564989b0cc7992b5061e693c165057794fc (diff) | |
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki
| -rw-r--r-- | index.mdwn | 2 | ||||
| -rw-r--r-- | wikiwriteaccess.mdwn | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -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: |
