mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:22:18 -06:00
dir: fix typo in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7541cc5302
commit
bbbb6b0b89
2
dir.c
2
dir.c
@ -139,7 +139,7 @@ static size_t common_prefix_len(const struct pathspec *pathspec)
|
||||
* ":(icase)path" is treated as a pathspec full of
|
||||
* wildcard. In other words, only prefix is considered common
|
||||
* prefix. If the pathspec is abc/foo abc/bar, running in
|
||||
* subdir xyz, the common prefix is still xyz, not xuz/abc as
|
||||
* subdir xyz, the common prefix is still xyz, not xyz/abc as
|
||||
* in non-:(icase).
|
||||
*/
|
||||
GUARD_PATHSPEC(pathspec,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user