Merge branch 'nd/diff-parseopt'
[gitweb.git] / Documentation / technical / api-tree-walking.txt
index 59d78e03624e77c3f63c5ef7bc899309c503280d..7962e3285499aa10309b5c88ffdcc434d679a709 100644 (file)
@@ -138,6 +138,10 @@ same in the next callback invocation.
        This utilizes the memory structure of a tree entry to avoid the
        overhead of using a generic strlen().
 
+`strbuf_make_traverse_path`::
+
+       Convenience wrapper to `make_traverse_path` into a strbuf.
+
 Authors
 -------