summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 452d36b)
raw | patch | inline | side by side (parent: 452d36b)
author | Abhijit Menon-Sen <ams@toroid.org> | |
Tue, 5 Aug 2008 02:06:16 +0000 (07:36 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 5 Aug 2008 04:51:53 +0000 (21:51 -0700) |
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm | patch | blob | history |
diff --git a/perl/Git.pm b/perl/Git.pm
index 3b6707b0516dc7e27a513e09628998b411f8f10d..e1ca5b4a2289c59aa54f013aff54ecf1385e3030 100644 (file)
--- a/perl/Git.pm
+++ b/perl/Git.pm
Currently, the module merely wraps calls to external Git tools. In the future,
it will provide a much faster way to interact with Git by linking directly
to libgit. This should be completely opaque to the user, though (performance
-increate nonwithstanding).
+increase notwithstanding).
=cut