1
0
mirror of https://github.com/git/git.git synced 2024-10-18 11:08:10 +02:00

pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"

The pathspec syntax is explained in the file "glossary-content.txt".
Moreover, no file named "glossary-context.txt" exists in the repository.

Signed-off-by: Abhijeet Sonar <abhijeet.nkt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Abhijeet Sonar 2024-06-30 01:01:37 +05:30 committed by Junio C Hamano
parent dbecc617f7
commit 231cf7370e

@ -23,7 +23,7 @@ struct index_state;
#define PATHSPEC_ONESTAR 1 /* the pathspec pattern satisfies GFNM_ONESTAR */
/**
* See glossary-context.txt for the syntax of pathspec.
* See glossary-content.txt for the syntax of pathspec.
* In memory, a pathspec set is represented by "struct pathspec" and is
* prepared by parse_pathspec().
*/