X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-directory-listing.txt;h=add6f435b59e3df095e507d8a5d4f911cee9d3b2;hb=835d6a1f9f6f0f6e47cf32238af7ee8b8d048d78;hp=5bbd18f0206604416c3833b7541a5b55b7e63976;hpb=a6828f536119c3288b0be772e3870f1a464d017d;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))`.