Merge branch 'we/submodule-update-prefix-output'
[gitweb.git] / Documentation / technical / api-directory-listing.txt
index fbceb629ab3c81b9cc42c0aaee4b2c866466c07c..1f349b28ae175327706fa67a3e0b09f1a26a9c02 100644 (file)
@@ -39,7 +39,7 @@ The notable options are:
 
 `DIR_NO_GITLINKS`:::
 
-       If set, recurse into a directory that looks like a git
+       If set, recurse into a directory that looks like a Git
        directory.  Otherwise it is shown as a directory.
 
 The result of the enumeration is left in these fields:
@@ -81,6 +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.
+* Call `clear_directory()` when none of the contained elements are no longer in use.
 
 (JC)