Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/format-patch-doc-test-cleanup'
[gitweb.git]
/
Documentation
/
technical
/
api-tree-walking.txt
diff --git
a/Documentation/technical/api-tree-walking.txt
b/Documentation/technical/api-tree-walking.txt
index 59d78e03624e77c3f63c5ef7bc899309c503280d..7962e3285499aa10309b5c88ffdcc434d679a709 100644
(file)
--- a/
Documentation/technical/api-tree-walking.txt
+++ b/
Documentation/technical/api-tree-walking.txt
@@
-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
-------