diff options
author | Elijah Newren <newren@gmail.com> | 2020-04-01 06:17:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-01 20:10:38 +0200 |
commit | 0126d1415a63ed24764f5f87a10929bc6222bddd (patch) | |
tree | a3b224ff3ccecc84c79d514dd61ae1c99506b1e2 /dir.c | |
parent | dir: consolidate treat_path() and treat_one_path() (diff) | |
download | git-0126d1415a63ed24764f5f87a10929bc6222bddd.tar.xz git-0126d1415a63ed24764f5f87a10929bc6222bddd.zip |
dir: fix broken comment
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
-rw-r--r-- | dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2259,7 +2259,7 @@ static enum path_treatment read_directory_recursive(struct dir_struct *dir, add_untracked(untracked, path.buf + baselen); break; } - /* skip the dir_add_* part */ + /* skip the add_path_to_appropriate_result_list() */ continue; } |