]> git.ipfire.org Git - thirdparty/git.git/commitdiff
pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
authorAbhijeet Sonar <abhijeet.nkt@gmail.com>
Sat, 29 Jun 2024 19:31:37 +0000 (01:01 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jul 2024 19:19:26 +0000 (12:19 -0700)
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>
pathspec.h

index 41f6adfbb421fee745e3717ffd57ff92acfc82b1..41db0f3bd6ae4344ef742b928529f72cd98e3907 100644 (file)
@@ -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().
  */