зеркало из https://github.com/microsoft/git.git
cache_tree_find(): fix comment formatting
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
17e22ddc1c
Коммит
79192b87ad
|
@ -555,8 +555,9 @@ static struct cache_tree *cache_tree_find(struct cache_tree *it, const char *pat
|
|||
struct cache_tree_sub *sub;
|
||||
|
||||
slash = strchrnul(path, '/');
|
||||
/* between path and slash is the name of the
|
||||
* subtree to look for.
|
||||
/*
|
||||
* Between path and slash is the name of the subtree
|
||||
* to look for.
|
||||
*/
|
||||
sub = find_subtree(it, path, slash - path, 0);
|
||||
if (!sub)
|
||||
|
|
Загрузка…
Ссылка в новой задаче