Teach bash to complete ref arguments to git-describe
[gitweb.git] / Documentation / git-rev-list.txt
index 1c1978140f68a5e21dec6ea8d6715b58666f8b7c..a0c611e744310ddb28e460a0a83975fbc2fd3e33 100644 (file)
@@ -299,6 +299,8 @@ used in the output.  When the starting commit is specified as
 instead.  Under '\--pretty=oneline', the commit message is
 prefixed with this information on the same line.
 
+Cannot be combined with '\--reverse'.
+
 --merge::
 
        After a failed merge, show refs that touch files having a
@@ -373,6 +375,7 @@ By default, the commits are shown in reverse chronological order.
 --reverse::
 
        Output the commits in reverse order.
+       Cannot be combined with '\--walk-reflogs'.
 
 Object Traversal
 ~~~~~~~~~~~~~~~~