Merge branch 'jk/config-int-range-check'
[gitweb.git] / Documentation / technical / api-revision-walking.txt
index 996da0503acfa3e3a0ed0f57a951d0fbc1500fb8..55b878ade81e2b3b265032e281f82ab86016d5ae 100644 (file)
@@ -56,6 +56,11 @@ function.
        returning a `struct commit *` each time you call it. The end of the
        revision list is indicated by returning a NULL pointer.
 
+`reset_revision_walk`::
+
+       Reset the flags used by the revision walking api. You can use
+       this to do multiple sequential revision walks.
+
 Data structures
 ---------------