/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dir.c: provide clear_directory() for reclaiming dir_struct memory
[git/git.git]
/
Documentation
/
technical
/
api-directory-listing.txt
diff --git
a/Documentation/technical/api-directory-listing.txt
b/Documentation/technical/api-directory-listing.txt
index
fa9c8ae
..
fbceb62
100644
(file)
--- a/
Documentation/technical/api-directory-listing.txt
+++ b/
Documentation/technical/api-directory-listing.txt
@@
-81,4
+81,6
@@
marked. If you to exclude files, make sure you have loaded index first.
* Use `dir.entries[]`.
+* Call `free_directory()` when none of the contained elements are no longer in use.
+
(JC)