Re: [JGIT PATCH v3 0/23] Implementation of a file tree iteration using ignore rules.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Robin Rosenberg
Date: Sunday, June 8, 2008 - 2:28 pm

söndagen den 8 juni 2008 18.37.30 skrev Florian Köberle:
(please retatain who said what)
Oh, it does. [:alpha:] is a character class, like a-z. So you use [[:alpha:]], which is what git as well as bash
understands.

Hmm. Odd:

$ python
Python 2.5.2 (r252:60911, Apr 12 2008, 01:47:55)
[GCC 4.2.3 (4.2.3-6mnb1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
True

But then, it's matching the a(s), not the character class.

False
False

-- robin
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[JGIT PATCH v3 02/23] Added the class FileNameMatcher and ..., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 03/23] Added the interface FilePattern., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 04/23] Added the class Rule., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 05/23] Added the iterface Rules., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 06/23] Added the class FileNamePattern., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 07/23] Added the class FilePathPattern., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 08/23] Added the class IgnoreRuleListFactory., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 12/23] Added the class AddRuleListFactory., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 13/23] Formatted Constants class., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 15/23] Added class AddRulesFactory., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 17/23] Added class LightFileTreeIterable., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 18/23] Added path related constants to the ..., Florian Koeberle, (Fri May 23, 1:34 pm)
[JGIT PATCH v3 21/23] Formatted Repository class., Florian Koeberle, (Fri May 23, 1:34 pm)
Re: [JGIT PATCH v3 05/23] Added the iterface Rules., Robin Rosenberg, (Thu Jun 5, 5:22 pm)
Re: [JGIT PATCH v3 06/23] Added the class FileNamePattern., Robin Rosenberg, (Thu Jun 5, 5:22 pm)
Re: [JGIT PATCH v3 21/23] Formatted Repository class., Robin Rosenberg, (Thu Jun 5, 5:23 pm)
Re: [JGIT PATCH v3 0/23] Implementation of a file tree ite ..., Robin Rosenberg, (Sun Jun 8, 2:28 pm)