X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-directory-listing.txt;h=add6f435b59e3df095e507d8a5d4f911cee9d3b2;hb=4ca0f188f6ece3098b60b6ba732e1e8551466f60;hp=5bbd18f0206604416c3833b7541a5b55b7e63976;hpb=b7380fa7a9adb52860eef7e8885fb8bc179beae1;p=git.git diff --git a/Documentation/technical/api-directory-listing.txt b/Documentation/technical/api-directory-listing.txt index 5bbd18f02..add6f435b 100644 --- a/Documentation/technical/api-directory-listing.txt +++ b/Documentation/technical/api-directory-listing.txt @@ -58,6 +58,9 @@ The result of the enumeration is left in these fields:: Calling sequence ---------------- +Note: index may be looked at for .gitignore files that are CE_SKIP_WORKTREE +marked. If you to exclude files, make sure you have loaded index first. + * Prepare `struct dir_struct dir` and clear it with `memset(&dir, 0, sizeof(dir))`.