fetch, upload-pack: --deepen=N extends shallow boundary by N commits
[gitweb.git] / Documentation / technical / pack-protocol.txt
index c6977bbc5af9c9bcdd21dc26ddb93588686a38d8..dee33a66b8e729265d1110c74fb652a3458ac4f4 100644 (file)
@@ -219,7 +219,9 @@ out of what the server said it could do with the first 'want' line.
 
   shallow-line      =  PKT-LINE("shallow" SP obj-id)
 
-  depth-request     =  PKT-LINE("deepen" SP depth)
+  depth-request     =  PKT-LINE("deepen" SP depth) /
+                      PKT-LINE("deepen-since" SP timestamp) /
+                      PKT-LINE("deepen-not" SP ref)
 
   first-want        =  PKT-LINE("want" SP obj-id SP capability-list)
   additional-want   =  PKT-LINE("want" SP obj-id)