Make the ciabot scripts completely self-configuring in the normal case.
[git.git] / Documentation / rev-list-options.txt
index 1ae3c899ef4bb6d37bc5cbcb25ed927011378d90..d9b2b5b2e07827ff0a8a276d2593f5e197e029b3 100644 (file)
@@ -622,6 +622,7 @@ These options are mostly targeted for packing of git repositories.
 --no-walk::
 
        Only show the given revs, but do not traverse their ancestors.
+       This has no effect if a range is specified.
 
 --do-walk::
 
@@ -759,7 +760,7 @@ options may be given. See linkgit:git-diff-files[1] for more options.
 
 --cc::
 
-       This flag implies the '-c' options and further compresses the
+       This flag implies the '-c' option and further compresses the
        patch output by omitting uninteresting hunks whose contents in
        the parents have only two variants and the merge result picks
        one of them without modification.