Found 18 matching messages (0.023 seconds). Page 1 of 1.
... 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
Signed-off-by: Florian Köberle
git - Florian Köberle - Jun 23 2008 - 13:43
... 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
... : 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
Shawn O. Pearce wrote:
> Florian Koeberle
git - Florian Köberle - May 13 2008 - 07:24
... 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
... 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
Shawn O. Pearce wrote:
> Florian Koeberle
git - Florian Köberle - May 13 2008 - 06:19
Shawn O. Pearce wrote:
> Florian Koeberle
git - Florian Köberle - May 23 2008 - 11:46
... , 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
... 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
... 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
... >>> 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
... \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
... 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
... 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
... 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
>> + * >> + * @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