1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-13 07:16:10 +02:00

dir: fix broken comment

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren 2020-04-01 04:17:39 +00:00 committed by Junio C Hamano
parent cd129eed98
commit 0126d1415a

2
dir.c
View File

@ -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;
}