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 /dir.c | |
| parent | cd129eed986588907d1f1bd7d478a8d4f6d1dc1c (diff) | |
| download | git-0126d1415a63ed24764f5f87a10929bc6222bddd.tar.gz | |
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; } |
