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