projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452d36b
)
Fix typo in perl/Git.pm
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>
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
@@
-90,7
+90,7
@@
TODO: In the future, we might also do
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
-increa
te non
withstanding).
+increa
se not
withstanding).
=cut