]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/spam_and_softwaresites.mdwn
wrap lines
[ikiwiki.git] / doc / tips / spam_and_softwaresites.mdwn
index 78a35ff051c0fc15fdffe733d79004e1be00d016..a07889e6b5aef80f96a579486505495a208d7bd1 100644 (file)
@@ -34,7 +34,7 @@ branch. If there is, see 'erase spam from the commit history', below, first.
 
 Once you are confident it's clean:
 
-    # ensure you are on the doc branch
+    # ensure you are on the master branch
     $ git branch
       doc
     * master
@@ -82,5 +82,6 @@ Caveat: if there are no commits you want to keep (i.e. all the commits since
 the last merge into master are either spam or spam reverts) then `git rebase`
 will abort. Therefore, this approach only works if you have at least one
 non-spam commit to the documentation since the last merge into `master`. For
-this reason, it's best wait to tackle spam with reverts until you have at least one
-commit you want merged back into the main history.
+this reason, it's best to wait until you have at least one
+commit you want merged back into the main history before doing a rebase,
+and until then, tackle spam with reverts.