diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-01 14:00:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-01 14:23:24 -0700 |
commit | 26c986e118523fda4624cec8d14bb8a4a09fdd08 (patch) | |
tree | 8c2bc99b44118dd41ac5d302c5e3a76bc9ecd026 /git-compat-util.h | |
parent | Merge branch 'maint' (diff) | |
download | tgif-26c986e118523fda4624cec8d14bb8a4a09fdd08.tar.xz |
treat_directory(): do not declare submodules to be untracked
When the working tree walker encounters a directory, it asks the
function treat_directory() if it should descend into it, show it as
an untracked directory, or do something else. When the directory is
the top of the submodule working tree, we used to say "That is an
untracked directory", which was bogus.
It is an entity that is tracked in the index of the repository we
are looking at, and that is not to be descended into it. Return
path_none, not path_untracked, to report that.
The existing case that path_untracked is returned for a newly
discovered submodule that is not tracked in the index (this only
happens when DIR_NO_GITLINKS option is not used) is unchanged, but
that is exactly because the submodule is not tracked in the index.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
0 files changed, 0 insertions, 0 deletions