diff options
author | Elijah Newren <newren@gmail.com> | 2020-04-01 04:17:39 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-01 11:10:38 -0700 |
commit | 0126d1415a63ed24764f5f87a10929bc6222bddd (patch) | |
tree | a3b224ff3ccecc84c79d514dd61ae1c99506b1e2 | |
parent | dir: consolidate treat_path() and treat_one_path() (diff) | |
download | tgif-0126d1415a63ed24764f5f87a10929bc6222bddd.tar.xz |
dir: fix broken comment
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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; } |