login
Header Space

 
 

Mailing list archives

Search results

Found 18 matching messages (0.023 seconds). Page 1 of 1.

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

... the output was True for me too, but for fnmatch("b","[:alpha:]") it wasn't. Best Regards, Florian Köberle -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - ...

git - Florian Köberle - Jun 9 2008 - 13:11

[[JGIT PATCH]] Implementation of a copy constructor for FileNameMatcher.

Signed-off-by: Florian Köberle --- .../spearce/jgit/fnmatch/FileNameMatcherTest.java | 31 ++++++++++++++++++++ .../org/spearce/jgit/fnmatch/FileNameMatcher.java | 30 +++++++++++++++++-- 2 files ...

git - Florian Köberle - Jun 23 2008 - 13:43

Re: [JGIT PATCH 17/28] Support automatic command line parsing for TextBuiltin subclasses

... for example make use of them in SubcommandHandler: l. 124 cmd = (TextBuiltin) cons.newInstance(); Best regards, Florian Köberle -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a ...

git - Florian Köberle - Jul 18 2008 - 15:01

[egit / jgit] Implementation of a file tree iteration using ignore rules.

... : http://repo.or.cz/w/egit/florian.git?a=blob;f=org.spearce.jgit.test/ ... at: http://repo.or.cz/w/egit/florian.git?a=shortlog;h=refs/heads/mailinglist- ... line. I hope you like my patches, Florian Koeberle -----BEGIN PGP SIGNATURE----- Version: GnuPG v1. ...

git - Florian Köberle - May 9 2008 - 09:20

Re: [JGIT PATCH v2 19/24] Added the class AddRuleListFactory.

Shawn O. Pearce wrote: > Florian Koeberle wrote: >> +class AddRuleListFactory { >> + /* >> + ... on patches which will never make it in. Best regards, Florian -- To unsubscribe from this list: send the line "unsubscribe git" ...

git - Florian Köberle - May 13 2008 - 07:24

[JGIT PATCH v4] Implementation of fnmatch and the ignore rules

... patches are available here: http://repo.or.cz/w/egit/florian.git?a=shortlog;h=refs/heads/mailinglist-patches-4 I will ... if you would accept at least some patches. Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux ...

git - Florian Köberle - Jun 13 2008 - 14:30

Re: [egit / jgit] Implementation of a file tree iteration using ignore rules.

... git send-email`. Thanks, after switching to a newer version of git I was able to use that command. Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org ...

git - Florian Köberle - May 10 2008 - 11:11

Re: [JGIT PATCH v2 14/24] Added the class IgnoreRuleListFactory.

Shawn O. Pearce wrote: > Florian Koeberle wrote: >> +/** >> + * This class can be used to create lists of {@link Rule} objects from lines of >> + * .gitignore like files. >> + * >> + */ >> +class IgnoreRuleListFactory { >> ...

git - Florian Köberle - May 13 2008 - 06:19

Re: [JGIT PATCH v2 04/24] Added path related constats to Constats class.

Shawn O. Pearce wrote: > Florian Koeberle wrote: >> @@ -171,6 +171,26 @@ public final class Constants { >> public static String REMOTES_PREFIX = "refs/remotes"; >> >> /** >> + * The name of the repository directory in ...

git - Florian Köberle - May 23 2008 - 11:46

Re: [ANNOUNCE] Java Git (aka jgit) has switched to 3-clause BSD

... , or do I have to do it manually? It would be cool if you would accept or comment my last patches. Best regards, Florian Shawn O. Pearce wrote: > As of 53a2cc3 the jgit library (a 100% pure Java implementation > of git) is now licensed under a ...

git - Florian Köberle - May 27 2008 - 08:11

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

... updated versions of two patches. I renamed "pathes" to "paths". Thanks Paolo for telling me about this. Best regards, Florian Koeberle -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...

git - Florian Köberle - May 31 2008 - 06:17

Re: [JGIT PATCH v3 20/23] Added the class NoGitRepositoryFoundException.

... time the function is called, if there are not enough arguments. Thus you will notice your mistake very soon. Best regards, Florian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel. ...

git - Florian Köberle - Jun 8 2008 - 12:14

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

... >>> from fnmatch import fnmatch >>> fnmatch("a","[:alpha:]") False So I see no reason for displaying a warning. Best regards, Florian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...

git - Florian Köberle - Jun 8 2008 - 12:37

[JGIT] fnmatch Implementation.

... \uXXXX sequences. I also added some more test cases and improved the javadoc of the FileNameMatcher class. Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail ...

git - Florian Köberle - Jun 18 2008 - 06:12

Re: [PATCH 1/2] Create a fnmatch-style pattern TreeFilter

... method then I would do it the same way you did, by calling a constructor which does the job. Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org ...

git - Florian Köberle - Jun 23 2008 - 13:32

Code Formatting vs Trailing Whitespaces

... page? I want to have both options active, because I don't want to commit wrong formatted patches. Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev. ...

git - Florian Köberle - Jun 23 2008 - 14:15

Re: Code Formatting vs Trailing Whitespaces

... version 3.3.2 too. I configured it in the workspace settings. Maybe you did in the project settings? Best regards, Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev. ...

git - Florian Köberle - Jun 23 2008 - 17:17

Re: [JGIT PATCH v2 07/24] Added findWorkTree method to Repository class.

>> + * >> + * @param directory >> + * the path which should be checked. >> + * @return true if the path is a valid git repository. >> + */ >> + private static boolean isRepository(File directory) { >> + if (!directory.isDirectory

git - Florian Köberle - May 23 2008 - 14:12

speck-geostationary