author | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 May 2009 05:51:31 +0000 (22:51 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 May 2009 05:51:31 +0000 (22:51 -0700) |
* maint-1.6.0:
dir.c: Fix two minor grammatical errors in comments
dir.c: Fix two minor grammatical errors in comments
1 | 2 | |||
---|---|---|---|---|
dir.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc dir.c
index 2245749b3fe74f793bd1997d2238883abe61fc07,4e6b988d37a0fb58fde4a170ebf7fe3702a3a474..8b6c1f4755318375878e3cb7290441fcdf6a4eaa
+++ b/dir.c
return prefix;
}
-static inline int special_char(unsigned char c1)
-{
- return !c1 || c1 == '*' || c1 == '[' || c1 == '?' || c1 == '\\';
-}
-
/*
- * Does 'match' matches the given name?
+ * Does 'match' match the given name?
* A match is found if
*
* (1) the 'match' string is leading directory of 'name', or