提交 f1a7082f 编写于 作者: A Adam Spiers 提交者: Junio C Hamano

api-directory-listing.txt: update to match code

7c4c97c0 turned the flags in struct dir_struct into a single bitfield
variable, but forgot to update this document.
Signed-off-by: NAdam Spiers <git@adamspiers.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 82dce998
......@@ -17,24 +17,24 @@ options are:
The name of the file to be read in each directory for excluded
files (typically `.gitignore`).
`collect_ignored`::
`flags`::
Include paths that are to be excluded in the result.
A bit-field of options:
`show_ignored`::
`DIR_SHOW_IGNORED`:::
The traversal is for finding just ignored files, not unignored
files.
`show_other_directories`::
`DIR_SHOW_OTHER_DIRECTORIES`:::
Include a directory that is not tracked.
`hide_empty_directories`::
`DIR_HIDE_EMPTY_DIRECTORIES`:::
Do not include a directory that is not tracked and is empty.
`no_gitlinks`::
`DIR_NO_GITLINKS`:::
If set, recurse into a directory that looks like a git
directory. Otherwise it is shown as a directory.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册