setup_traverse_info(): stop copying oid
[gitweb.git] / Documentation / technical / api-tree-walking.txt
index bde18622a87404fc258c60ecb87c43bfeb047f0c..59d78e03624e77c3f63c5ef7bc899309c503280d 100644 (file)
@@ -62,9 +62,7 @@ Initializing
 `setup_traverse_info`::
 
        Initialize a `traverse_info` given the pathname of the tree to start
-       traversing from. The `base` argument is assumed to be the `path`
-       member of the `name_entry` being recursed into unless the tree is a
-       top-level tree in which case the empty string ("") is used.
+       traversing from.
 
 Walking
 -------