提交 79192b87 编写于 作者: M Michael Haggerty 提交者: Junio C Hamano

cache_tree_find(): fix comment formatting

Signed-off-by: NMichael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 17e22ddc
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册