GitXplorerGitXplorer
p

Git2

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
dfd3e5cbf8d2691ba0b2ae296050ca6b1b7b0074

Merge pull request #1 from potyl/test-reorg

ppotyl committed 13 years ago
Unverified
af4a297ae3a103a303aab9c0a34742401ea8e468

Merge potyl's master

ssamv committed 13 years ago
Unverified
21cd527cacf2d96feabacaea0dbdebe3845dec0d

Add bindings for signature.name and signature.email

ppotyl committed 13 years ago
Unverified
c6bb83d993d35182ac851a7698a9483e47b9ab8a

Bindings for git_commit_parent

ppotyl committed 13 years ago
Unverified
e8b35523c3120eb2da555e2ed357281e5674064c

Format tabs to spaces

ppotyl committed 13 years ago
Unverified
90579896583f29f467848742f5183862e4753ed3

Add bindings for signature.name and signature.email

ppotyl committed 13 years ago

README

The README file for this repository.

Perl bindings for libgit2 started during the Amsterdam QA hackathon.


********* AT YOUR OWN RISK *********


This is far from being finished yet. Keep in touch or simply send patches!

Please bear in mind that libgit2 is currently a moving target, with severe API incompatibilities introduced every release. It could be possible to insulate users of this module from these changes, but that decision has not yet been made. As such, please do not consider the API under Git2:: stable until the maintainers declare it so.

For a grid listing the state of these incompatibilities, see: http://linuxtesting.org/upstream-tracker/versions/libgit2.html

To build, use:

perl Makefile.PL && make && make test

Under OS X you need to link the library by hand, because the toolchain fails to do it :(

perl Makefile.PL && make && ./osx-link.sh && make test

To run the unit tests individually simply do:

perl -Mblib t/git.t