negotiator/skipping: skip commits during fetch
[gitweb.git] / Documentation / git-ls-remote.txt
index 6ad1e34afca4cd569798bfcbae9f99d038693b64..b9fd3770a6ce19c341c421e07b68985d89d94df5 100644 (file)
@@ -70,6 +70,14 @@ OPTIONS
        themselves will not work for refs whose objects have not yet been
        fetched from the remote, and will give a `missing object` error.
 
+-o <option>::
+--server-option=<option>::
+       Transmit the given string to the server when communicating using
+       protocol version 2.  The given string must not contain a NUL or LF
+       character.
+       When multiple `--server-option=<option>` are given, they are all
+       sent to the other side in the order listed on the command line.
+
 <repository>::
        The "remote" repository to query.  This parameter can be
        either a URL or the name of a remote (see the GIT URLS and