Skip to content

Commit

Permalink
move the Git::Raw section at the end of the SEE ALSO section, and cla…
Browse files Browse the repository at this point in the history
…rify the source
  • Loading branch information
book committed Sep 28, 2014
1 parent 648762b commit 33b147b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions lib/Git/Repository.pm
Original file line number Diff line number Diff line change
Expand Up @@ -635,15 +635,6 @@ or process the output of commands (but have a look at the plugins), etc.
One the following modules may therefore be better suited for your needs,
depending on what you're trying to achieve.
=head2 Git::Raw
L<Git::Raw>
provides bindings to L<libgit2|http://libgit2.github.com>, a pure C
implementation of the Git core methods. Most of the functions provided by
libgit2 are available. If you have complex workflows, or even if speed is of
the essence, this may be a more attractive solution than shelling out to git.
=head2 Git.pm
Git.pm is not on CPAN. It is usually packaged with Git, and installed with
Expand Down Expand Up @@ -685,6 +676,17 @@ impact most Git commands.
L<Git::Sub> doesn't support working with streams.
=head2 Git::Raw
(This description was added for completeness in September 2014,
upon request of the author of L<Git::Raw>.)
L<Git::Raw>
provides bindings to L<libgit2|http://libgit2.github.com/>, a pure C
implementation of the Git core methods. Most of the functions provided by
libgit2 are available. If you have complex workflows, or even if speed is of
the essence, this may be a more attractive solution than shelling out to git.
=head1 BUGS
Since version 1.17, L<Git::Repository> delegates the actual command
Expand Down

0 comments on commit 33b147b

Please sign in to comment.